#BCB476

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

Shades of Dark Khaki #BCB476

Tints of Dark Khaki #BCB476

Color information

#BCB476 (or 0xBCB476) is unknown color: approx Dark Khaki. HEX triplet: BC, B4 and 76. RGB value is (188,180,118). Sum of RGB (Red+Green+Blue) = 188+180+118=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB476 is #434B89. Grayscale: #AFAFAF. Windows color (decimal): -4410250 or 7779516. OLE color: 7779516.

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

Color convert

RGB188180118-
CMYK00.040.370.26
HSL53.14º34.31%60%-
HSV(B)53.14º37.23%73.73%-
XYZ40.3344.6423.63-
YUV175.3295.65137.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=38.68%
G=37.04%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818011800.040.370.2653.1434.3160
HexBCB47604251A35223c
Octal274264166044532654274
Binary10111100101101001110110010010010111010110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB476; }

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

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

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

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

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

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

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

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