Html Css Color HEX #BBAA63 Gimblet

📋 copy color: '#BBAA63'

red 187 ◦ green 170 ◦ blue 99

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

Shades of Gimblet #BBAA63

Tints of Gimblet #BBAA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.71%

R = 41.01%
G = 37.28%
B = 21.71%

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

#BBAA63 (or 0xBBAA63) is known color: Gimblet. HEX triplet: BB, AA and 63. RGB value is (187,170,99). Sum of RGB (Red+Green+Blue) = 187+170+99=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA63 is #44559C. Grayscale: #A7A7A7. Windows color (decimal): -4478365 or 6531771. OLE color: 6531771.

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

Color convert

RGB 187 170 99 -
CMYK 0 0.09 0.47 0.27
HSL 48.41º 0.39% 0.56% -
HSV(B) 48.41º 0.47% 0.73% -
XYZ 37.12 40.22 17.61 -
YUV 166.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 187 170 99 0 0.09 0.47 0.27 48.41 0.39 0.56
Hex BB AA 63 0 9 2F 1B 30 27 38
Octal 273 252 143 0 11 57 33 60 47 70
Binary 10111011 10101010 1100011 0 1001 101111 11011 110000 100111 111000

Color Harmonies of #BBAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA63

Black with #BBAA63

Text Example


Text Example

White with #BBAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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