Html Css Color HEX #B4A072 Tallow

📋 copy color: '#B4A072'

red 180 ◦ green 160 ◦ blue 114

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

Shades of Tallow #B4A072

Tints of Tallow #B4A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 39.65%
G = 35.24%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B4A072 (or 0xB4A072) is known color: Tallow. HEX triplet: B4, A0 and 72. RGB value is (180,160,114). Sum of RGB (Red+Green+Blue) = 180+160+114=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A072 is #4B5F8D. Grayscale: #A0A0A0. Windows color (decimal): -4939662 or 7512244. OLE color: 7512244.

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

Color convert

RGB 180 160 114 -
CMYK 0 0.11 0.37 0.29
HSL 41.82º 0.31% 0.58% -
HSV(B) 41.82º 0.37% 0.71% -
XYZ 34.43 36.06 21.07 -
YUV 160.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 180 160 114 0 0.11 0.37 0.29 41.82 0.31 0.58
Hex B4 A0 72 0 B 25 1D 2A 1F 3A
Octal 264 240 162 0 13 45 35 52 37 72
Binary 10110100 10100000 1110010 0 1011 100101 11101 101010 11111 111010

Color Harmonies of #B4A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A072

Black with #B4A072

Text Example


Text Example

White with #B4A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A072; }

 p { color: rgb(180,160,114); }

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

background-color css

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

 a { background-color: rgb(180,160,114); }

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

border-color css

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

 span { border-color: rgb(180,160,114); }

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