#BDBB74

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

Shades of Dark Khaki #BDBB74

Tints of Dark Khaki #BDBB74

Color information

#BDBB74 (or 0xBDBB74) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 74. RGB value is (189,187,116). Sum of RGB (Red+Green+Blue) = 189+187+116=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB74 is #42448B. Grayscale: #B3B3B3. Windows color (decimal): -4342924 or 7650237. OLE color: 7650237.

HSL color Cylindrical-coordinate representation of color #BDBB74: hue angle of 58.36º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBB74 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189187116-
CMYK00.010.390.26
HSL58.36º35.61%59.8%-
HSV(B)58.36º38.62%74.12%-
XYZ41.9147.6223.51-
YUV179.592.16134.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=38.41%
G=38.01%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918711600.010.390.2658.3635.6159.8
HexBDBB7401271A3a243c
Octal275273164014732724474
Binary101111011011101111101000110011111010111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB74; }

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

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

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

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

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

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

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

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