#BDB775

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

Shades of Dark Khaki #BDB775

Tints of Dark Khaki #BDB775

Color information

#BDB775 (or 0xBDB775) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 75. RGB value is (189,183,117). Sum of RGB (Red+Green+Blue) = 189+183+117=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB775 is #42488A. Grayscale: #B1B1B1. Windows color (decimal): -4343947 or 7714749. OLE color: 7714749.

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

Color convert

RGB189183117-
CMYK00.030.380.26
HSL55º35.29%60%-
HSV(B)55º38.1%74.12%-
XYZ41.1345.9723.53-
YUV177.2793.99136.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=38.65%
G=37.42%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918311700.030.380.265535.2960
HexBDB77503261A37233c
Octal275267165034632674374
Binary1011110110110111111010101110011011010110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB775; }

 p { color: rgb(189,183,117); }

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

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

 a { background-color: rgb(189,183,117); }

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

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

 span { border-color: rgb(189,183,117); }

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