#BDB975

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

Shades of Dark Khaki #BDB975

Tints of Dark Khaki #BDB975

Color information

#BDB975 (or 0xBDB975) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 75. RGB value is (189,185,117). Sum of RGB (Red+Green+Blue) = 189+185+117=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB975 is #42468A. Grayscale: #B2B2B2. Windows color (decimal): -4343435 or 7715261. OLE color: 7715261.

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

Color convert

RGB189185117-
CMYK00.020.380.26
HSL56.67º35.29%60%-
HSV(B)56.67º38.1%74.12%-
XYZ41.5546.823.67-
YUV178.4493.33135.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=38.49%
G=37.68%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918511700.020.380.2656.6735.2960
HexBDB97502261A39233c
Octal275271165024632714374
Binary1011110110111001111010101010011011010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB975; }

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

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

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

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

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

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

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

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