Html Css Color HEX #B2AA62 Gimblet

📋 copy color: '#B2AA62'

red 178 ◦ green 170 ◦ blue 98

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

Shades of Gimblet #B2AA62

Tints of Gimblet #B2AA62

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

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

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

R = 39.91%
G = 38.12%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B2AA62 (or 0xB2AA62) is known color: Gimblet. HEX triplet: B2, AA and 62. RGB value is (178,170,98). Sum of RGB (Red+Green+Blue) = 178+170+98=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA62 is #4D559D. Grayscale: #A4A4A4. Windows color (decimal): -5068190 or 6466226. OLE color: 6466226.

HSL color Cylindrical-coordinate representation of color #B2AA62: hue angle of 54º degrees, saturation: 0.34, 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 #B2AA62 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 98 -
CMYK 0 0.04 0.45 0.30
HSL 54º 0.34% 0.54% -
HSV(B) 54º 0.45% 0.7% -
XYZ 34.94 39.1 17.26 -
YUV 164.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 178 170 98 0 0.04 0.45 0.30 54 0.34 0.54
Hex B2 AA 62 0 4 2D 1E 36 22 36
Octal 262 252 142 0 4 55 36 66 42 66
Binary 10110010 10101010 1100010 0 100 101101 11110 110110 100010 110110

Color Harmonies of #B2AA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA62

Black with #B2AA62

Text Example


Text Example

White with #B2AA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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