Html Css Color HEX #B3AA66 Gimblet

📋 copy color: '#B3AA66'

red 179 ◦ green 170 ◦ blue 102

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

Shades of Gimblet #B3AA66

Tints of Gimblet #B3AA66

RGB

 RED value IS 179 (70.31% from 255) = 39.69%

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

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

R = 39.69%
G = 37.69%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B3AA66 (or 0xB3AA66) is known color: Gimblet. HEX triplet: B3, AA and 66. RGB value is (179,170,102). Sum of RGB (Red+Green+Blue) = 179+170+102=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA66 is #4C5599. Grayscale: #A5A5A5. Windows color (decimal): -5002650 or 6728371. OLE color: 6728371.

HSL color Cylindrical-coordinate representation of color #B3AA66: hue angle of 52.99º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3AA66 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 170 102 -
CMYK 0 0.05 0.43 0.30
HSL 52.99º 0.34% 0.55% -
HSV(B) 52.99º 0.43% 0.7% -
XYZ 35.36 39.29 18.29 -
YUV 164.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 179 170 102 0 0.05 0.43 0.30 52.99 0.34 0.55
Hex B3 AA 66 0 5 2B 1E 35 22 37
Octal 263 252 146 0 5 53 36 65 42 67
Binary 10110011 10101010 1100110 0 101 101011 11110 110101 100010 110111

Color Harmonies of #B3AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA66

Black with #B3AA66

Text Example


Text Example

White with #B3AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA66; }

 p { color: rgb(179,170,102); }

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

background-color css

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

 a { background-color: rgb(179,170,102); }

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

border-color css

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

 span { border-color: rgb(179,170,102); }

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