Html Css Color HEX #B49670 Fallow

📋 copy color: '#B49670'

red 180 ◦ green 150 ◦ blue 112

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

Shades of Fallow #B49670

Tints of Fallow #B49670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

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

R = 40.72%
G = 33.94%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B49670 (or 0xB49670) is known color: Fallow. HEX triplet: B4, 96 and 70. RGB value is (180,150,112). Sum of RGB (Red+Green+Blue) = 180+150+112=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49670 is #4B698F. Grayscale: #9A9A9A. Windows color (decimal): -4942224 or 7378612. OLE color: 7378612.

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

Color convert

RGB 180 150 112 -
CMYK 0 0.17 0.38 0.29
HSL 33.53º 0.31% 0.57% -
HSV(B) 33.53º 0.38% 0.71% -
XYZ 32.65 32.69 19.92 -
YUV 154.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 180 150 112 0 0.17 0.38 0.29 33.53 0.31 0.57
Hex B4 96 70 0 11 26 1D 22 1F 39
Octal 264 226 160 0 21 46 35 42 37 71
Binary 10110100 10010110 1110000 0 10001 100110 11101 100010 11111 111001

Color Harmonies of #B49670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49670

Black with #B49670

Text Example


Text Example

White with #B49670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49670; }

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

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

background-color css

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

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

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

border-color css

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

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

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