Html Css Color HEX #B3A171 Tallow

📋 copy color: '#B3A171'

red 179 ◦ green 161 ◦ blue 113

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

Shades of Tallow #B3A171

Tints of Tallow #B3A171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.54%

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

R = 39.51%
G = 35.54%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3A171 (or 0xB3A171) is known color: Tallow. HEX triplet: B3, A1 and 71. RGB value is (179,161,113). Sum of RGB (Red+Green+Blue) = 179+161+113=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A171 is #4C5E8E. Grayscale: #A1A1A1. Windows color (decimal): -5004943 or 7446963. OLE color: 7446963.

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

Color convert

RGB 179 161 113 -
CMYK 0 0.10 0.37 0.30
HSL 43.64º 0.3% 0.57% -
HSV(B) 43.64º 0.37% 0.7% -
XYZ 34.32 36.27 20.81 -
YUV 160.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 179 161 113 0 0.10 0.37 0.30 43.64 0.3 0.57
Hex B3 A1 71 0 A 25 1E 2C 1E 39
Octal 263 241 161 0 12 45 36 54 36 71
Binary 10110011 10100001 1110001 0 1010 100101 11110 101100 11110 111001

Color Harmonies of #B3A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A171

Black with #B3A171

Text Example


Text Example

White with #B3A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A171; }

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

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

background-color css

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

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

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

border-color css

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

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

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