Html Css Color HEX #B0A073 Tallow

📋 copy color: '#B0A073'

red 176 ◦ green 160 ◦ blue 115

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

Shades of Tallow #B0A073

Tints of Tallow #B0A073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 39.02%
G = 35.48%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B0A073 (or 0xB0A073) is known color: Tallow. HEX triplet: B0, A0 and 73. RGB value is (176,160,115). Sum of RGB (Red+Green+Blue) = 176+160+115=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A073 is #4F5F8C. Grayscale: #9F9F9F. Windows color (decimal): -5201805 or 7577776. OLE color: 7577776.

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

Color convert

RGB 176 160 115 -
CMYK 0 0.09 0.35 0.31
HSL 44.26º 0.28% 0.57% -
HSV(B) 44.26º 0.35% 0.69% -
XYZ 33.57 35.61 21.32 -
YUV 159.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 176 160 115 0 0.09 0.35 0.31 44.26 0.28 0.57
Hex B0 A0 73 0 9 23 1F 2C 1C 39
Octal 260 240 163 0 11 43 37 54 34 71
Binary 10110000 10100000 1110011 0 1001 100011 11111 101100 11100 111001

Color Harmonies of #B0A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A073

Black with #B0A073

Text Example


Text Example

White with #B0A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A073; }

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

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

background-color css

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

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

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

border-color css

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

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

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