Html Css Color HEX #B0A074 Tallow

📋 copy color: '#B0A074'

red 176 ◦ green 160 ◦ blue 116

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

Shades of Tallow #B0A074

Tints of Tallow #B0A074

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 38.94%
G = 35.4%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B0A074 (or 0xB0A074) is known color: Tallow. HEX triplet: B0, A0 and 74. RGB value is (176,160,116). Sum of RGB (Red+Green+Blue) = 176+160+116=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A074 is #4F5F8B. Grayscale: #9F9F9F. Windows color (decimal): -5201804 or 7643312. OLE color: 7643312.

HSL color Cylindrical-coordinate representation of color #B0A074: hue angle of 44º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A074 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 116 -
CMYK 0 0.09 0.34 0.31
HSL 44º 0.28% 0.57% -
HSV(B) 44º 0.34% 0.69% -
XYZ 33.63 35.63 21.63 -
YUV 159.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 176 160 116 0 0.09 0.34 0.31 44 0.28 0.57
Hex B0 A0 74 0 9 22 1F 2C 1C 39
Octal 260 240 164 0 11 42 37 54 34 71
Binary 10110000 10100000 1110100 0 1001 100010 11111 101100 11100 111001

Color Harmonies of #B0A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A074

Black with #B0A074

Text Example


Text Example

White with #B0A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A074; }

 p { color: rgb(176,160,116); }

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

background-color css

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

 a { background-color: rgb(176,160,116); }

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

border-color css

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

 span { border-color: rgb(176,160,116); }

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