Html Css Color HEX #B4A070 Fallow

📋 copy color: '#B4A070'

red 180 ◦ green 160 ◦ blue 112

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

Shades of Fallow #B4A070

Tints of Fallow #B4A070

RGB

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

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

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

R = 39.82%
G = 35.4%
B = 24.78%

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

#B4A070 (or 0xB4A070) is known color: Fallow. HEX triplet: B4, A0 and 70. RGB value is (180,160,112). Sum of RGB (Red+Green+Blue) = 180+160+112=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A070 is #4B5F8F. Grayscale: #A0A0A0. Windows color (decimal): -4939664 or 7381172. OLE color: 7381172.

HSL color Cylindrical-coordinate representation of color #B4A070: hue angle of 42.35º 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 #B4A070 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 112 -
CMYK 0 0.11 0.38 0.29
HSL 42.35º 0.31% 0.57% -
HSV(B) 42.35º 0.38% 0.71% -
XYZ 34.32 36.01 20.47 -
YUV 160.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 180 160 112 0 0.11 0.38 0.29 42.35 0.31 0.57
Hex B4 A0 70 0 B 26 1D 2A 1F 39
Octal 264 240 160 0 13 46 35 52 37 71
Binary 10110100 10100000 1110000 0 1011 100110 11101 101010 11111 111001

Color Harmonies of #B4A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A070

Black with #B4A070

Text Example


Text Example

White with #B4A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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