Html Css Color HEX #BBAA68 Gimblet

📋 copy color: '#BBAA68'

red 187 ◦ green 170 ◦ blue 104

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

Shades of Gimblet #BBAA68

Tints of Gimblet #BBAA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 40.56%
G = 36.88%
B = 22.56%

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

#BBAA68 (or 0xBBAA68) is known color: Gimblet. HEX triplet: BB, AA and 68. RGB value is (187,170,104). Sum of RGB (Red+Green+Blue) = 187+170+104=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA68 is #445597. Grayscale: #A7A7A7. Windows color (decimal): -4478360 or 6859451. OLE color: 6859451.

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

Color convert

RGB 187 170 104 -
CMYK 0 0.09 0.44 0.27
HSL 47.71º 0.38% 0.57% -
HSV(B) 47.71º 0.44% 0.73% -
XYZ 37.37 40.31 18.91 -
YUV 167.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 187 170 104 0 0.09 0.44 0.27 47.71 0.38 0.57
Hex BB AA 68 0 9 2C 1B 30 26 39
Octal 273 252 150 0 11 54 33 60 46 71
Binary 10111011 10101010 1101000 0 1001 101100 11011 110000 100110 111001

Color Harmonies of #BBAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA68

Black with #BBAA68

Text Example


Text Example

White with #BBAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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