Html Css Color HEX #B3AA70 Gimblet

📋 copy color: '#B3AA70'

red 179 ◦ green 170 ◦ blue 112

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

Shades of Gimblet #B3AA70

Tints of Gimblet #B3AA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 38.83%
G = 36.88%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3AA70 (or 0xB3AA70) is known color: Gimblet. HEX triplet: B3, AA and 70. RGB value is (179,170,112). Sum of RGB (Red+Green+Blue) = 179+170+112=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA70 is #4C558F. Grayscale: #A6A6A6. Windows color (decimal): -5002640 or 7383731. OLE color: 7383731.

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

Color convert

RGB 179 170 112 -
CMYK 0 0.05 0.37 0.30
HSL 51.94º 0.31% 0.57% -
HSV(B) 51.94º 0.37% 0.7% -
XYZ 35.89 39.5 21.06 -
YUV 166.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 179 170 112 0 0.05 0.37 0.30 51.94 0.31 0.57
Hex B3 AA 70 0 5 25 1E 34 1F 39
Octal 263 252 160 0 5 45 36 64 37 71
Binary 10110011 10101010 1110000 0 101 100101 11110 110100 11111 111001

Color Harmonies of #B3AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA70

Black with #B3AA70

Text Example


Text Example

White with #B3AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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