#BCB272

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

Shades of Dark Khaki #BCB272

Tints of Dark Khaki #BCB272

Color information

#BCB272 (or 0xBCB272) is unknown color: approx Dark Khaki. HEX triplet: BC, B2 and 72. RGB value is (188,178,114). Sum of RGB (Red+Green+Blue) = 188+178+114=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB272 is #434D8D. Grayscale: #ADADAD. Windows color (decimal): -4410766 or 7516860. OLE color: 7516860.

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

Color convert

RGB188178114-
CMYK00.050.390.26
HSL51.89º35.58%59.22%-
HSV(B)51.89º39.36%73.73%-
XYZ39.743.7522.27-
YUV173.6994.31138.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=39.17%
G=37.08%
B=23.75%

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
Decimal18817811400.050.390.2651.8935.5859.22
HexBCB27205271A34243b
Octal274262162054732644473
Binary10111100101100101110010010110011111010110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB272; }

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

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

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

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

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

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

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

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