Html Css Color HEX #BBA666 Gimblet

📋 copy color: '#BBA666'

red 187 ◦ green 166 ◦ blue 102

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

Shades of Gimblet #BBA666

Tints of Gimblet #BBA666

RGB

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

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

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

R = 41.1%
G = 36.48%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA666 (or 0xBBA666) is known color: Gimblet. HEX triplet: BB, A6 and 66. RGB value is (187,166,102). Sum of RGB (Red+Green+Blue) = 187+166+102=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA666 is #445999. Grayscale: #A5A5A5. Windows color (decimal): -4479386 or 6727355. OLE color: 6727355.

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

Color convert

RGB 187 166 102 -
CMYK 0 0.11 0.45 0.27
HSL 45.18º 0.38% 0.57% -
HSV(B) 45.18º 0.45% 0.73% -
XYZ 36.53 38.8 18.13 -
YUV 164.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 187 166 102 0 0.11 0.45 0.27 45.18 0.38 0.57
Hex BB A6 66 0 B 2D 1B 2D 26 39
Octal 273 246 146 0 13 55 33 55 46 71
Binary 10111011 10100110 1100110 0 1011 101101 11011 101101 100110 111001

Color Harmonies of #BBA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA666

Black with #BBA666

Text Example


Text Example

White with #BBA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA666; }

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

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

background-color css

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

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

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

border-color css

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

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

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