Html Css Color HEX #B49C71 Fallow

📋 copy color: '#B49C71'

red 180 ◦ green 156 ◦ blue 113

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

Shades of Fallow #B49C71

Tints of Fallow #B49C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

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

R = 40.09%
G = 34.74%
B = 25.17%

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

#B49C71 (or 0xB49C71) is known color: Fallow. HEX triplet: B4, 9C and 71. RGB value is (180,156,113). Sum of RGB (Red+Green+Blue) = 180+156+113=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C71 is #4B638E. Grayscale: #9E9E9E. Windows color (decimal): -4940687 or 7445684. OLE color: 7445684.

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

Color convert

RGB 180 156 113 -
CMYK 0 0.13 0.37 0.29
HSL 38.51º 0.31% 0.57% -
HSV(B) 38.51º 0.37% 0.71% -
XYZ 33.69 34.67 20.54 -
YUV 158.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 180 156 113 0 0.13 0.37 0.29 38.51 0.31 0.57
Hex B4 9C 71 0 D 25 1D 27 1F 39
Octal 264 234 161 0 15 45 35 47 37 71
Binary 10110100 10011100 1110001 0 1101 100101 11101 100111 11111 111001

Color Harmonies of #B49C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C71

Black with #B49C71

Text Example


Text Example

White with #B49C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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