Html Css Color HEX #BBA966 Gimblet

📋 copy color: '#BBA966'

red 187 ◦ green 169 ◦ blue 102

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

Shades of Gimblet #BBA966

Tints of Gimblet #BBA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 40.83%
G = 36.9%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA966 (or 0xBBA966) is known color: Gimblet. HEX triplet: BB, A9 and 66. RGB value is (187,169,102). Sum of RGB (Red+Green+Blue) = 187+169+102=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA966 is #445699. Grayscale: #A7A7A7. Windows color (decimal): -4478618 or 6728123. OLE color: 6728123.

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

Color convert

RGB 187 169 102 -
CMYK 0 0.10 0.45 0.27
HSL 47.29º 0.38% 0.57% -
HSV(B) 47.29º 0.45% 0.73% -
XYZ 37.08 39.9 18.32 -
YUV 166.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 187 169 102 0 0.10 0.45 0.27 47.29 0.38 0.57
Hex BB A9 66 0 A 2D 1B 2F 26 39
Octal 273 251 146 0 12 55 33 57 46 71
Binary 10111011 10101001 1100110 0 1010 101101 11011 101111 100110 111001

Color Harmonies of #BBA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA966

Black with #BBA966

Text Example


Text Example

White with #BBA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA966; }

 p { color: rgb(187,169,102); }

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

background-color css

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

 a { background-color: rgb(187,169,102); }

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

border-color css

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

 span { border-color: rgb(187,169,102); }

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