#BDB477

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

Shades of Dark Khaki #BDB477

Tints of Dark Khaki #BDB477

Color information

#BDB477 (or 0xBDB477) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 77. RGB value is (189,180,119). Sum of RGB (Red+Green+Blue) = 189+180+119=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB477 is #424B88. Grayscale: #AFAFAF. Windows color (decimal): -4344713 or 7845053. OLE color: 7845053.

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

Color convert

RGB189180119-
CMYK00.050.370.26
HSL52.29º34.65%60.39%-
HSV(B)52.29º37.04%74.12%-
XYZ40.6444.7923.96-
YUV175.7495.98137.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=38.73%
G=36.89%
B=24.39%

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
Decimal18918011900.050.370.2652.2934.6560.39
HexBDB47705251A34233c
Octal275264167054532644374
Binary10111101101101001110111010110010111010110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB477; }

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

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

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

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

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

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

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

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