#BCB172

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

Shades of Dark Khaki #BCB172

Tints of Dark Khaki #BCB172

Color information

#BCB172 (or 0xBCB172) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 72. RGB value is (188,177,114). Sum of RGB (Red+Green+Blue) = 188+177+114=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB172 is #434E8D. Grayscale: #ADADAD. Windows color (decimal): -4411022 or 7516604. OLE color: 7516604.

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

Color convert

RGB188177114-
CMYK00.060.390.26
HSL51.08º35.58%59.22%-
HSV(B)51.08º39.36%73.73%-
XYZ39.543.3522.21-
YUV173.1194.64138.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=39.25%
G=36.95%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817711400.060.390.2651.0835.5859.22
HexBCB17206271A33243b
Octal274261162064732634473
Binary10111100101100011110010011010011111010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB172; }

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

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

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

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

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

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

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

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