#BCB475

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

Shades of Dark Khaki #BCB475

Tints of Dark Khaki #BCB475

Color information

#BCB475 (or 0xBCB475) is unknown color: approx Dark Khaki. HEX triplet: BC, B4 and 75. RGB value is (188,180,117). Sum of RGB (Red+Green+Blue) = 188+180+117=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB475 is #434B8A. Grayscale: #AFAFAF. Windows color (decimal): -4410251 or 7713980. OLE color: 7713980.

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

Color convert

RGB188180117-
CMYK00.040.380.26
HSL53.24º34.63%59.8%-
HSV(B)53.24º37.77%73.73%-
XYZ40.2744.6223.32-
YUV175.2195.15137.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=38.76%
G=37.11%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818011700.040.380.2653.2434.6359.8
HexBCB47504261A35233c
Octal274264165044632654374
Binary10111100101101001110101010010011011010110101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB475; }

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

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

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

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

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

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

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

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