#BCB772

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

Shades of Dark Khaki #BCB772

Tints of Dark Khaki #BCB772

Color information

#BCB772 (or 0xBCB772) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 72. RGB value is (188,183,114). Sum of RGB (Red+Green+Blue) = 188+183+114=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB772 is #43488D. Grayscale: #B0B0B0. Windows color (decimal): -4409486 or 7518140. OLE color: 7518140.

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

Color convert

RGB188183114-
CMYK00.030.390.26
HSL55.95º35.58%59.22%-
HSV(B)55.95º39.36%73.73%-
XYZ40.7145.7722.61-
YUV176.6392.66136.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=38.76%
G=37.73%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818311400.030.390.2655.9535.5859.22
HexBCB77203271A38243b
Octal274267162034732704473
Binary1011110010110111111001001110011111010111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB772; }

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

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

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

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

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

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

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

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