#BCB376

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

Shades of Dark Khaki #BCB376

Tints of Dark Khaki #BCB376

Color information

#BCB376 (or 0xBCB376) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 76. RGB value is (188,179,118). Sum of RGB (Red+Green+Blue) = 188+179+118=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB376 is #434C89. Grayscale: #AEAEAE. Windows color (decimal): -4410506 or 7779260. OLE color: 7779260.

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

Color convert

RGB188179118-
CMYK00.050.370.26
HSL52.29º34.31%60%-
HSV(B)52.29º37.23%73.73%-
XYZ40.1344.2423.56-
YUV174.7495.98137.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=38.76%
G=36.91%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817911800.050.370.2652.2934.3160
HexBCB37605251A34223c
Octal274263166054532644274
Binary10111100101100111110110010110010111010110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB376; }

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

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

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

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

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

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

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

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