Html Css Color HEX #BBAA65 Gimblet

📋 copy color: '#BBAA65'

red 187 ◦ green 170 ◦ blue 101

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

Shades of Gimblet #BBAA65

Tints of Gimblet #BBAA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 40.83%
G = 37.12%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBAA65 (or 0xBBAA65) is known color: Gimblet. HEX triplet: BB, AA and 65. RGB value is (187,170,101). Sum of RGB (Red+Green+Blue) = 187+170+101=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA65 is #44559A. Grayscale: #A7A7A7. Windows color (decimal): -4478363 or 6662843. OLE color: 6662843.

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

Color convert

RGB 187 170 101 -
CMYK 0 0.09 0.46 0.27
HSL 48.14º 0.39% 0.56% -
HSV(B) 48.14º 0.46% 0.73% -
XYZ 37.22 40.25 18.12 -
YUV 167.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 187 170 101 0 0.09 0.46 0.27 48.14 0.39 0.56
Hex BB AA 65 0 9 2E 1B 30 27 38
Octal 273 252 145 0 11 56 33 60 47 70
Binary 10111011 10101010 1100101 0 1001 101110 11011 110000 100111 111000

Color Harmonies of #BBAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA65

Black with #BBAA65

Text Example


Text Example

White with #BBAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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