Html Css Color HEX #B3A971 Gimblet

📋 copy color: '#B3A971'

red 179 ◦ green 169 ◦ blue 113

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

Shades of Gimblet #B3A971

Tints of Gimblet #B3A971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 38.83%
G = 36.66%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3A971 (or 0xB3A971) is known color: Gimblet. HEX triplet: B3, A9 and 71. RGB value is (179,169,113). Sum of RGB (Red+Green+Blue) = 179+169+113=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A971 is #4C568E. Grayscale: #A5A5A5. Windows color (decimal): -5002895 or 7449011. OLE color: 7449011.

HSL color Cylindrical-coordinate representation of color #B3A971: hue angle of 50.91º degrees, saturation: 0.3, 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 #B3A971 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 113 -
CMYK 0 0.06 0.37 0.30
HSL 50.91º 0.3% 0.57% -
HSV(B) 50.91º 0.37% 0.7% -
XYZ 35.76 39.15 21.3 -
YUV 165.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 179 169 113 0 0.06 0.37 0.30 50.91 0.3 0.57
Hex B3 A9 71 0 6 25 1E 33 1E 39
Octal 263 251 161 0 6 45 36 63 36 71
Binary 10110011 10101001 1110001 0 110 100101 11110 110011 11110 111001

Color Harmonies of #B3A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A971

Black with #B3A971

Text Example


Text Example

White with #B3A971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A971; }

 p { color: rgb(179,169,113); }

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

background-color css

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

 a { background-color: rgb(179,169,113); }

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

border-color css

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

 span { border-color: rgb(179,169,113); }

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