#BCB874

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

Shades of Dark Khaki #BCB874

Tints of Dark Khaki #BCB874

Color information

#BCB874 (or 0xBCB874) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 74. RGB value is (188,184,116). Sum of RGB (Red+Green+Blue) = 188+184+116=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB874 is #43478B. Grayscale: #B1B1B1. Windows color (decimal): -4409228 or 7649468. OLE color: 7649468.

HSL color Cylindrical-coordinate representation of color #BCB874: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB874 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188184116-
CMYK00.020.380.26
HSL56.67º34.95%59.61%-
HSV(B)56.67º38.3%73.73%-
XYZ41.0346.2323.28-
YUV177.4493.33135.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=38.52%
G=37.70%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818411600.020.380.2656.6734.9559.61
HexBCB87402261A39233c
Octal274270164024632714374
Binary1011110010111000111010001010011011010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB874; }

 p { color: rgb(188,184,116); }

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

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

 a { background-color: rgb(188,184,116); }

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

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

 span { border-color: rgb(188,184,116); }

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