#BCB370

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

Shades of Dark Khaki #BCB370

Tints of Dark Khaki #BCB370

Color information

#BCB370 (or 0xBCB370) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 70. RGB value is (188,179,112). Sum of RGB (Red+Green+Blue) = 188+179+112=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB370 is #434C8F. Grayscale: #AEAEAE. Windows color (decimal): -4410512 or 7386044. OLE color: 7386044.

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

Color convert

RGB188179112-
CMYK00.050.400.26
HSL52.89º36.19%58.82%-
HSV(B)52.89º40.43%73.73%-
XYZ39.7844.121.74-
YUV174.0592.98137.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=39.25%
G=37.37%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911200.050.400.2652.8936.1958.82
HexBCB37005281A35243b
Octal274263160055032654473
Binary10111100101100111110000010110100011010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB370; }

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

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

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

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

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

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

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

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