#BDB472

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

Shades of Dark Khaki #BDB472

Tints of Dark Khaki #BDB472

Color information

#BDB472 (or 0xBDB472) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 72. RGB value is (189,180,114). Sum of RGB (Red+Green+Blue) = 189+180+114=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB472 is #424B8D. Grayscale: #AFAFAF. Windows color (decimal): -4344718 or 7517373. OLE color: 7517373.

HSL color Cylindrical-coordinate representation of color #BDB472: hue angle of 52.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB472 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189180114-
CMYK00.050.400.26
HSL52.8º36.23%59.41%-
HSV(B)52.8º39.68%74.12%-
XYZ40.3444.6822.42-
YUV175.1793.48137.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=39.13%
G=37.27%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918011400.050.400.2652.836.2359.41
HexBDB47205281A35243b
Octal275264162055032654473
Binary10111101101101001110010010110100011010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB472; }

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

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

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

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

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

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

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

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