#BEBC63

Color #BEBC63 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BEBC63

Tints of Dark Khaki #BEBC63

Color information

#BEBC63 (or 0xBEBC63) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 63. RGB value is (190,188,99). Sum of RGB (Red+Green+Blue) = 190+188+99=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC63 is #41439C. Grayscale: #B2B2B2. Windows color (decimal): -4277149 or 6536382. OLE color: 6536382.

HSL color Cylindrical-coordinate representation of color #BEBC63: hue angle of 58.68º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEBC63 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19018899-
CMYK00.010.480.25
HSL58.68º41.18%56.67%-
HSV(B)58.68º47.89%74.51%-
XYZ41.4747.8118.85-
YUV178.4583.16136.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=39.83%
G=39.41%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901889900.010.480.2558.6841.1856.67
HexBEBC630130193b2939
Octal276274143016031735171
Binary101111101011110011000110111000011001111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC63; }

 p { color: rgb(190,188,99); }

 H1.HeaderClassName
 {
   color: #BEBC63;
 }
 .AnyTagClassName
 {
   color: #BEBC63;
 }
</style>
background-color css

<style>
 a { background-color: #BEBC63; }

 a { background-color: rgb(190,188,99); }

 div.DivClassName
 {
   background-color: #BEBC63;
 }
 .BgClassName
 {
   background-color: #BEBC63;
 }
</style>
border-color css

<style>
 span { border-color: #BEBC63; }

 span { border-color: rgb(190,188,99); }

 td.TdClassName
 {
   border-color: #BEBC63;
 }
 .TagClassName
 {
   border-color: #BEBC63;
 }
</style>