Html Css Color HEX #BBAA64 Gimblet

📋 copy color: '#BBAA64'

red 187 ◦ green 170 ◦ blue 100

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

Shades of Gimblet #BBAA64

Tints of Gimblet #BBAA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 40.92%
G = 37.2%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBAA64 (or 0xBBAA64) is known color: Gimblet. HEX triplet: BB, AA and 64. RGB value is (187,170,100). Sum of RGB (Red+Green+Blue) = 187+170+100=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA64 is #44559B. Grayscale: #A7A7A7. Windows color (decimal): -4478364 or 6597307. OLE color: 6597307.

HSL color Cylindrical-coordinate representation of color #BBAA64: hue angle of 48.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBAA64 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 100 -
CMYK 0 0.09 0.47 0.27
HSL 48.28º 0.39% 0.56% -
HSV(B) 48.28º 0.47% 0.73% -
XYZ 37.17 40.23 17.86 -
YUV 167.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 187 170 100 0 0.09 0.47 0.27 48.28 0.39 0.56
Hex BB AA 64 0 9 2F 1B 30 27 38
Octal 273 252 144 0 11 57 33 60 47 70
Binary 10111011 10101010 1100100 0 1001 101111 11011 110000 100111 111000

Color Harmonies of #BBAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA64

Black with #BBAA64

Text Example


Text Example

White with #BBAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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