Html Css Color HEX #B3AA62 Gimblet

📋 copy color: '#B3AA62'

red 179 ◦ green 170 ◦ blue 98

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

Shades of Gimblet #B3AA62

Tints of Gimblet #B3AA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 40.04%
G = 38.03%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B3AA62 (or 0xB3AA62) is known color: Gimblet. HEX triplet: B3, AA and 62. RGB value is (179,170,98). Sum of RGB (Red+Green+Blue) = 179+170+98=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA62 is #4C559D. Grayscale: #A4A4A4. Windows color (decimal): -5002654 or 6466227. OLE color: 6466227.

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

Color convert

RGB 179 170 98 -
CMYK 0 0.05 0.45 0.30
HSL 53.33º 0.35% 0.54% -
HSV(B) 53.33º 0.45% 0.7% -
XYZ 35.17 39.22 17.27 -
YUV 164.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 179 170 98 0 0.05 0.45 0.30 53.33 0.35 0.54
Hex B3 AA 62 0 5 2D 1E 35 23 36
Octal 263 252 142 0 5 55 36 65 43 66
Binary 10110011 10101010 1100010 0 101 101101 11110 110101 100011 110110

Color Harmonies of #B3AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA62

Black with #B3AA62

Text Example


Text Example

White with #B3AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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