Html Css Color HEX #BBA660 Gimblet

📋 copy color: '#BBA660'

red 187 ◦ green 166 ◦ blue 96

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

Shades of Gimblet #BBA660

Tints of Gimblet #BBA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.97%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 41.65%
G = 36.97%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA660 (or 0xBBA660) is known color: Gimblet. HEX triplet: BB, A6 and 60. RGB value is (187,166,96). Sum of RGB (Red+Green+Blue) = 187+166+96=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA660 is #44599F. Grayscale: #A4A4A4. Windows color (decimal): -4479392 or 6334139. OLE color: 6334139.

HSL color Cylindrical-coordinate representation of color #BBA660: hue angle of 46.15º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBA660 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 96 -
CMYK 0 0.11 0.49 0.27
HSL 46.15º 0.4% 0.55% -
HSV(B) 46.15º 0.49% 0.73% -
XYZ 36.24 38.68 16.62 -
YUV 164.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 187 166 96 0 0.11 0.49 0.27 46.15 0.4 0.55
Hex BB A6 60 0 B 31 1B 2E 28 37
Octal 273 246 140 0 13 61 33 56 50 67
Binary 10111011 10100110 1100000 0 1011 110001 11011 101110 101000 110111

Color Harmonies of #BBA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA660

Black with #BBA660

Text Example


Text Example

White with #BBA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA660; }

 p { color: rgb(187,166,96); }

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

background-color css

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

 a { background-color: rgb(187,166,96); }

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

border-color css

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

 span { border-color: rgb(187,166,96); }

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