Html Css Color HEX #BBAC71 Dark Khaki

📋 copy color: '#BBAC71'

red 187 ◦ green 172 ◦ blue 113

#BBAC71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BBAC71

Tints of Dark Khaki #BBAC71

RGB

 RED value IS 187 (73.44% from 255) = 39.62%

 GREEN value IS 172 (67.58% from 255) = 36.44%

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 39.62%
G = 36.44%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAC71 (or 0xBBAC71) is known color: Dark Khaki. HEX triplet: BB, AC and 71. RGB value is (187,172,113). Sum of RGB (Red+Green+Blue) = 187+172+113=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC71 is #44538E. Grayscale: #AAAAAA. Windows color (decimal): -4477839 or 7449787. OLE color: 7449787.

HSL color Cylindrical-coordinate representation of color #BBAC71: hue angle of 47.84º 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 #BBAC71 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 113 -
CMYK 0 0.08 0.40 0.27
HSL 47.84º 0.35% 0.59% -
HSV(B) 47.84º 0.4% 0.73% -
XYZ 38.23 41.26 21.57 -
YUV 169.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 187 172 113 0 0.08 0.40 0.27 47.84 0.35 0.59
Hex BB AC 71 0 8 28 1B 30 23 3B
Octal 273 254 161 0 10 50 33 60 43 73
Binary 10111011 10101100 1110001 0 1000 101000 11011 110000 100011 111011

Color Harmonies of #BBAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC71

Black with #BBAC71

Text Example


Text Example

White with #BBAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC71; }

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

 H1.HeaderClassName
 {
   color: #BBAC71;
 }
 .AnyTagClassName
 {
   color: #BBAC71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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