#BBAD71

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

Shades of Dark Khaki #BBAD71

Tints of Dark Khaki #BBAD71

Color information

#BBAD71 (or 0xBBAD71) is unknown color: approx Dark Khaki. HEX triplet: BB, AD and 71. RGB value is (187,173,113). Sum of RGB (Red+Green+Blue) = 187+173+113=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD71 is #44528E. Grayscale: #AAAAAA. Windows color (decimal): -4477583 or 7450043. OLE color: 7450043.

HSL color Cylindrical-coordinate representation of color #BBAD71: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAD71 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187173113-
CMYK00.070.400.27
HSL48.65º35.24%58.82%-
HSV(B)48.65º39.57%73.33%-
XYZ38.4241.6421.64-
YUV170.3595.64139.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=39.53%
G=36.58%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717311300.070.400.2748.6535.2458.82
HexBBAD7107281B31233b
Octal273255161075033614373
Binary10111011101011011110001011110100011011110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD71; }

 p { color: rgb(187,173,113); }

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

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

 a { background-color: rgb(187,173,113); }

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

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

 span { border-color: rgb(187,173,113); }

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