Html Css Color HEX #B2AA72 Gimblet

📋 copy color: '#B2AA72'

red 178 ◦ green 170 ◦ blue 114

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

Shades of Gimblet #B2AA72

Tints of Gimblet #B2AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 38.53%
G = 36.8%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B2AA72 (or 0xB2AA72) is known color: Gimblet. HEX triplet: B2, AA and 72. RGB value is (178,170,114). Sum of RGB (Red+Green+Blue) = 178+170+114=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA72 is #4D558D. Grayscale: #A6A6A6. Windows color (decimal): -5068174 or 7514802. OLE color: 7514802.

HSL color Cylindrical-coordinate representation of color #B2AA72: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2AA72 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 114 -
CMYK 0 0.04 0.36 0.30
HSL 52.5º 0.29% 0.57% -
HSV(B) 52.5º 0.36% 0.7% -
XYZ 35.77 39.43 21.64 -
YUV 166.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 178 170 114 0 0.04 0.36 0.30 52.5 0.29 0.57
Hex B2 AA 72 0 4 24 1E 34 1D 39
Octal 262 252 162 0 4 44 36 64 35 71
Binary 10110010 10101010 1110010 0 100 100100 11110 110100 11101 111001

Color Harmonies of #B2AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA72

Black with #B2AA72

Text Example


Text Example

White with #B2AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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