Html Css Color HEX #BBAA69 Gimblet

📋 copy color: '#BBAA69'

red 187 ◦ green 170 ◦ blue 105

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

Shades of Gimblet #BBAA69

Tints of Gimblet #BBAA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 40.48%
G = 36.8%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBAA69 (or 0xBBAA69) is known color: Gimblet. HEX triplet: BB, AA and 69. RGB value is (187,170,105). Sum of RGB (Red+Green+Blue) = 187+170+105=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA69 is #445596. Grayscale: #A7A7A7. Windows color (decimal): -4478359 or 6924987. OLE color: 6924987.

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

Color convert

RGB 187 170 105 -
CMYK 0 0.09 0.44 0.27
HSL 47.56º 0.38% 0.57% -
HSV(B) 47.56º 0.44% 0.73% -
XYZ 37.42 40.33 19.18 -
YUV 167.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 187 170 105 0 0.09 0.44 0.27 47.56 0.38 0.57
Hex BB AA 69 0 9 2C 1B 30 26 39
Octal 273 252 151 0 11 54 33 60 46 71
Binary 10111011 10101010 1101001 0 1001 101100 11011 110000 100110 111001

Color Harmonies of #BBAA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA69

Black with #BBAA69

Text Example


Text Example

White with #BBAA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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