#BCB76B

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

Shades of Dark Khaki #BCB76B

Tints of Dark Khaki #BCB76B

Color information

#BCB76B (or 0xBCB76B) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 6B. RGB value is (188,183,107). Sum of RGB (Red+Green+Blue) = 188+183+107=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76B is #434894. Grayscale: #B0B0B0. Windows color (decimal): -4409493 or 7059388. OLE color: 7059388.

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

Color convert

RGB188183107-
CMYK00.030.430.26
HSL56.3º37.67%57.84%-
HSV(B)56.3º43.09%73.73%-
XYZ40.3345.6220.59-
YUV175.8389.16136.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=39.33%
G=38.28%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818310700.030.430.2656.337.6757.84
HexBCB76B032B1A38263a
Octal274267153035332704672
Binary1011110010110111110101101110101111010111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB76B; }

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

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

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

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

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

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

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

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