Html Css Color HEX #BBAA5E Gimblet

📋 copy color: '#BBAA5E'

red 187 ◦ green 170 ◦ blue 94

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

Shades of Gimblet #BBAA5E

Tints of Gimblet #BBAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 41.46%
G = 37.69%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBAA5E (or 0xBBAA5E) is known color: Gimblet. HEX triplet: BB, AA and 5E. RGB value is (187,170,94). Sum of RGB (Red+Green+Blue) = 187+170+94=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA5E is #4455A1. Grayscale: #A6A6A6. Windows color (decimal): -4478370 or 6204091. OLE color: 6204091.

HSL color Cylindrical-coordinate representation of color #BBAA5E: hue angle of 49.03º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBAA5E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 94 -
CMYK 0 0.09 0.50 0.27
HSL 49.03º 0.41% 0.55% -
HSV(B) 49.03º 0.5% 0.73% -
XYZ 36.89 40.12 16.39 -
YUV 166.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 187 170 94 0 0.09 0.50 0.27 49.03 0.41 0.55
Hex BB AA 5E 0 9 32 1B 31 29 37
Octal 273 252 136 0 11 62 33 61 51 67
Binary 10111011 10101010 1011110 0 1001 110010 11011 110001 101001 110111

Color Harmonies of #BBAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA5E

Black with #BBAA5E

Text Example


Text Example

White with #BBAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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