Html Css Color HEX #B3A075 Tallow

📋 copy color: '#B3A075'

red 179 ◦ green 160 ◦ blue 117

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

Shades of Tallow #B3A075

Tints of Tallow #B3A075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.09%

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 39.25%
G = 35.09%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B3A075 (or 0xB3A075) is known color: Tallow. HEX triplet: B3, A0 and 75. RGB value is (179,160,117). Sum of RGB (Red+Green+Blue) = 179+160+117=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A075 is #4C5F8A. Grayscale: #A0A0A0. Windows color (decimal): -5005195 or 7708851. OLE color: 7708851.

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

Color convert

RGB 179 160 117 -
CMYK 0 0.11 0.35 0.30
HSL 41.61º 0.29% 0.58% -
HSV(B) 41.61º 0.35% 0.7% -
XYZ 34.37 36.01 21.97 -
YUV 160.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 179 160 117 0 0.11 0.35 0.30 41.61 0.29 0.58
Hex B3 A0 75 0 B 23 1E 2A 1D 3A
Octal 263 240 165 0 13 43 36 52 35 72
Binary 10110011 10100000 1110101 0 1011 100011 11110 101010 11101 111010

Color Harmonies of #B3A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A075

Black with #B3A075

Text Example


Text Example

White with #B3A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A075; }

 p { color: rgb(179,160,117); }

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

background-color css

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

 a { background-color: rgb(179,160,117); }

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

border-color css

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

 span { border-color: rgb(179,160,117); }

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