Html Css Color HEX #B4A170 Tallow

📋 copy color: '#B4A170'

red 180 ◦ green 161 ◦ blue 112

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

Shades of Tallow #B4A170

Tints of Tallow #B4A170

RGB

 RED value IS 180 (70.7% from 255) = 39.74%

 GREEN value IS 161 (63.28% from 255) = 35.54%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 39.74%
G = 35.54%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4A170 (or 0xB4A170) is known color: Tallow. HEX triplet: B4, A1 and 70. RGB value is (180,161,112). Sum of RGB (Red+Green+Blue) = 180+161+112=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A170 is #4B5E8F. Grayscale: #A1A1A1. Windows color (decimal): -4939408 or 7381428. OLE color: 7381428.

HSL color Cylindrical-coordinate representation of color #B4A170: hue angle of 43.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4A170 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 161 112 -
CMYK 0 0.11 0.38 0.29
HSL 43.24º 0.31% 0.57% -
HSV(B) 43.24º 0.38% 0.71% -
XYZ 34.49 36.36 20.53 -
YUV 161.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 180 161 112 0 0.11 0.38 0.29 43.24 0.31 0.57
Hex B4 A1 70 0 B 26 1D 2B 1F 39
Octal 264 241 160 0 13 46 35 53 37 71
Binary 10110100 10100001 1110000 0 1011 100110 11101 101011 11111 111001

Color Harmonies of #B4A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A170

Black with #B4A170

Text Example


Text Example

White with #B4A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A170; }

 p { color: rgb(180,161,112); }

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

background-color css

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

 a { background-color: rgb(180,161,112); }

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

border-color css

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

 span { border-color: rgb(180,161,112); }

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