#BDB476

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

Shades of Dark Khaki #BDB476

Tints of Dark Khaki #BDB476

Color information

#BDB476 (or 0xBDB476) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 76. RGB value is (189,180,118). Sum of RGB (Red+Green+Blue) = 189+180+118=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB476 is #424B89. Grayscale: #AFAFAF. Windows color (decimal): -4344714 or 7779517. OLE color: 7779517.

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

Color convert

RGB189180118-
CMYK00.050.380.26
HSL52.39º34.98%60.2%-
HSV(B)52.39º37.57%74.12%-
XYZ40.5844.7723.64-
YUV175.6295.48137.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=38.81%
G=36.96%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918011800.050.380.2652.3934.9860.2
HexBDB47605261A34233c
Octal275264166054632644374
Binary10111101101101001110110010110011011010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB476; }

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

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

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

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

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

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

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

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