#BCB76A

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

Shades of Dark Khaki #BCB76A

Tints of Dark Khaki #BCB76A

Color information

#BCB76A (or 0xBCB76A) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 6A. RGB value is (188,183,106). Sum of RGB (Red+Green+Blue) = 188+183+106=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76A is #434895. Grayscale: #B0B0B0. Windows color (decimal): -4409494 or 6993852. OLE color: 6993852.

HSL color Cylindrical-coordinate representation of color #BCB76A: hue angle of 56.34º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB76A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188183106-
CMYK00.030.440.26
HSL56.34º37.96%57.65%-
HSV(B)56.34º43.62%73.73%-
XYZ40.2745.620.31-
YUV175.7288.66136.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=39.41%
G=38.36%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818310600.030.440.2656.3437.9657.65
HexBCB76A032C1A38263a
Octal274267152035432704672
Binary1011110010110111110101001110110011010111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB76A; }

 p { color: rgb(188,183,106); }

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

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

 a { background-color: rgb(188,183,106); }

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

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

 span { border-color: rgb(188,183,106); }

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