Html Css Color HEX #BBAA71 Gimblet

📋 copy color: '#BBAA71'

red 187 ◦ green 170 ◦ blue 113

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

Shades of Gimblet #BBAA71

Tints of Gimblet #BBAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

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

R = 39.79%
G = 36.17%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAA71 (or 0xBBAA71) is known color: Gimblet. HEX triplet: BB, AA and 71. RGB value is (187,170,113). Sum of RGB (Red+Green+Blue) = 187+170+113=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA71 is #44558E. Grayscale: #A8A8A8. Windows color (decimal): -4478351 or 7449275. OLE color: 7449275.

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

Color convert

RGB 187 170 113 -
CMYK 0 0.09 0.40 0.27
HSL 46.22º 0.35% 0.59% -
HSV(B) 46.22º 0.4% 0.73% -
XYZ 37.85 40.51 21.45 -
YUV 168.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 187 170 113 0 0.09 0.40 0.27 46.22 0.35 0.59
Hex BB AA 71 0 9 28 1B 2E 23 3B
Octal 273 252 161 0 11 50 33 56 43 73
Binary 10111011 10101010 1110001 0 1001 101000 11011 101110 100011 111011

Color Harmonies of #BBAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA71

Black with #BBAA71

Text Example


Text Example

White with #BBAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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