#BCB771

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

Shades of Dark Khaki #BCB771

Tints of Dark Khaki #BCB771

Color information

#BCB771 (or 0xBCB771) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 71. RGB value is (188,183,113). Sum of RGB (Red+Green+Blue) = 188+183+113=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB771 is #43488E. Grayscale: #B0B0B0. Windows color (decimal): -4409487 or 7452604. OLE color: 7452604.

HSL color Cylindrical-coordinate representation of color #BCB771: hue angle of 56º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB771 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188183113-
CMYK00.030.400.26
HSL56º35.89%59.02%-
HSV(B)56º39.89%73.73%-
XYZ40.6545.7522.31-
YUV176.5292.16136.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=38.84%
G=37.81%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818311300.030.400.265635.8959.02
HexBCB77103281A38243b
Octal274267161035032704473
Binary1011110010110111111000101110100011010111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB771; }

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

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

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

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

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

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

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

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