#BCB372

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

Shades of Dark Khaki #BCB372

Tints of Dark Khaki #BCB372

Color information

#BCB372 (or 0xBCB372) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 72. RGB value is (188,179,114). Sum of RGB (Red+Green+Blue) = 188+179+114=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB372 is #434C8D. Grayscale: #AEAEAE. Windows color (decimal): -4410510 or 7517116. OLE color: 7517116.

HSL color Cylindrical-coordinate representation of color #BCB372: hue angle of 52.7º 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 #BCB372 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188179114-
CMYK00.050.390.26
HSL52.7º35.58%59.22%-
HSV(B)52.7º39.36%73.73%-
XYZ39.944.1522.34-
YUV174.2893.98137.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=39.09%
G=37.21%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911400.050.390.2652.735.5859.22
HexBCB37205271A35243b
Octal274263162054732654473
Binary10111100101100111110010010110011111010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB372; }

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

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

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

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

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

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

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

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