Html Css Color HEX #B2A073 Tallow

📋 copy color: '#B2A073'

red 178 ◦ green 160 ◦ blue 115

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

Shades of Tallow #B2A073

Tints of Tallow #B2A073

RGB

 RED value IS 178 (69.92% from 255) = 39.29%

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

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

R = 39.29%
G = 35.32%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B2A073 (or 0xB2A073) is known color: Tallow. HEX triplet: B2, A0 and 73. RGB value is (178,160,115). Sum of RGB (Red+Green+Blue) = 178+160+115=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A073 is #4D5F8C. Grayscale: #A0A0A0. Windows color (decimal): -5070733 or 7577778. OLE color: 7577778.

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

Color convert

RGB 178 160 115 -
CMYK 0 0.10 0.35 0.30
HSL 42.86º 0.29% 0.57% -
HSV(B) 42.86º 0.35% 0.7% -
XYZ 34.03 35.84 21.34 -
YUV 160.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 178 160 115 0 0.10 0.35 0.30 42.86 0.29 0.57
Hex B2 A0 73 0 A 23 1E 2B 1D 39
Octal 262 240 163 0 12 43 36 53 35 71
Binary 10110010 10100000 1110011 0 1010 100011 11110 101011 11101 111001

Color Harmonies of #B2A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A073

Black with #B2A073

Text Example


Text Example

White with #B2A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A073; }

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

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

background-color css

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

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

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

border-color css

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

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

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