Html Css Color HEX #B49D71 Fallow

📋 copy color: '#B49D71'

red 180 ◦ green 157 ◦ blue 113

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

Shades of Fallow #B49D71

Tints of Fallow #B49D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 40%
G = 34.89%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49D71 (or 0xB49D71) is known color: Fallow. HEX triplet: B4, 9D and 71. RGB value is (180,157,113). Sum of RGB (Red+Green+Blue) = 180+157+113=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D71 is #4B628E. Grayscale: #9F9F9F. Windows color (decimal): -4940431 or 7445940. OLE color: 7445940.

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

Color convert

RGB 180 157 113 -
CMYK 0 0.13 0.37 0.29
HSL 39.4º 0.31% 0.57% -
HSV(B) 39.4º 0.37% 0.71% -
XYZ 33.86 35.01 20.6 -
YUV 158.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 180 157 113 0 0.13 0.37 0.29 39.4 0.31 0.57
Hex B4 9D 71 0 D 25 1D 27 1F 39
Octal 264 235 161 0 15 45 35 47 37 71
Binary 10110100 10011101 1110001 0 1101 100101 11101 100111 11111 111001

Color Harmonies of #B49D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D71

Black with #B49D71

Text Example


Text Example

White with #B49D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D71; }

 p { color: rgb(180,157,113); }

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

background-color css

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

 a { background-color: rgb(180,157,113); }

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

border-color css

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

 span { border-color: rgb(180,157,113); }

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