#BDBA75

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

Shades of Dark Khaki #BDBA75

Tints of Dark Khaki #BDBA75

Color information

#BDBA75 (or 0xBDBA75) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 75. RGB value is (189,186,117). Sum of RGB (Red+Green+Blue) = 189+186+117=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA75 is #42458A. Grayscale: #B3B3B3. Windows color (decimal): -4343179 or 7715517. OLE color: 7715517.

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

Color convert

RGB189186117-
CMYK00.020.380.26
HSL57.5º35.29%60%-
HSV(B)57.5º38.1%74.12%-
XYZ41.7647.2223.74-
YUV179.0392.99135.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=38.41%
G=37.80%
B=23.78%

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
Decimal18918611700.020.380.2657.535.2960
HexBDBA7502261A3a233c
Octal275272165024632724374
Binary1011110110111010111010101010011011010111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA75; }

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

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

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

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

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

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

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

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