Html Css Color HEX #B1A074 Tallow

📋 copy color: '#B1A074'

red 177 ◦ green 160 ◦ blue 116

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

Shades of Tallow #B1A074

Tints of Tallow #B1A074

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

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

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

R = 39.07%
G = 35.32%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B1A074 (or 0xB1A074) is known color: Tallow. HEX triplet: B1, A0 and 74. RGB value is (177,160,116). Sum of RGB (Red+Green+Blue) = 177+160+116=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A074 is #4E5F8B. Grayscale: #A0A0A0. Windows color (decimal): -5136268 or 7643313. OLE color: 7643313.

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

Color convert

RGB 177 160 116 -
CMYK 0 0.10 0.34 0.31
HSL 43.28º 0.28% 0.57% -
HSV(B) 43.28º 0.34% 0.69% -
XYZ 33.85 35.75 21.64 -
YUV 160.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 177 160 116 0 0.10 0.34 0.31 43.28 0.28 0.57
Hex B1 A0 74 0 A 22 1F 2B 1C 39
Octal 261 240 164 0 12 42 37 53 34 71
Binary 10110001 10100000 1110100 0 1010 100010 11111 101011 11100 111001

Color Harmonies of #B1A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A074

Black with #B1A074

Text Example


Text Example

White with #B1A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A074; }

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

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

background-color css

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

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

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

border-color css

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

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

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