#BDBB75

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

Shades of Dark Khaki #BDBB75

Tints of Dark Khaki #BDBB75

Color information

#BDBB75 (or 0xBDBB75) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 75. RGB value is (189,187,117). Sum of RGB (Red+Green+Blue) = 189+187+117=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB75 is #42448A. Grayscale: #B3B3B3. Windows color (decimal): -4342923 or 7715773. OLE color: 7715773.

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

Color convert

RGB189187117-
CMYK00.010.380.26
HSL58.33º35.29%60%-
HSV(B)58.33º38.1%74.12%-
XYZ41.9747.6423.81-
YUV179.6292.66134.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=38.34%
G=37.93%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918711700.010.380.2658.3335.2960
HexBDBB7501261A3a233c
Octal275273165014632724374
Binary101111011011101111101010110011011010111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB75; }

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

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

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

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

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

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

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

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