Html Css Color HEX #BBA66A Gimblet

📋 copy color: '#BBA66A'

red 187 ◦ green 166 ◦ blue 106

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

Shades of Gimblet #BBA66A

Tints of Gimblet #BBA66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.09%

R = 40.74%
G = 36.17%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBA66A (or 0xBBA66A) is known color: Gimblet. HEX triplet: BB, A6 and 6A. RGB value is (187,166,106). Sum of RGB (Red+Green+Blue) = 187+166+106=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA66A is #445995. Grayscale: #A5A5A5. Windows color (decimal): -4479382 or 6989499. OLE color: 6989499.

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

Color convert

RGB 187 166 106 -
CMYK 0 0.11 0.43 0.27
HSL 44.44º 0.37% 0.57% -
HSV(B) 44.44º 0.43% 0.73% -
XYZ 36.73 38.88 19.2 -
YUV 165.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 187 166 106 0 0.11 0.43 0.27 44.44 0.37 0.57
Hex BB A6 6A 0 B 2B 1B 2C 25 39
Octal 273 246 152 0 13 53 33 54 45 71
Binary 10111011 10100110 1101010 0 1011 101011 11011 101100 100101 111001

Color Harmonies of #BBA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA66A

Black with #BBA66A

Text Example


Text Example

White with #BBA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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