Html Css Color HEX #B49C73 Fallow

📋 copy color: '#B49C73'

red 180 ◦ green 156 ◦ blue 115

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

Shades of Fallow #B49C73

Tints of Fallow #B49C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 39.91%
G = 34.59%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49C73 (or 0xB49C73) is known color: Fallow. HEX triplet: B4, 9C and 73. RGB value is (180,156,115). Sum of RGB (Red+Green+Blue) = 180+156+115=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C73 is #4B638C. Grayscale: #9E9E9E. Windows color (decimal): -4940685 or 7576756. OLE color: 7576756.

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

Color convert

RGB 180 156 115 -
CMYK 0 0.13 0.36 0.29
HSL 37.85º 0.3% 0.58% -
HSV(B) 37.85º 0.36% 0.71% -
XYZ 33.81 34.72 21.14 -
YUV 158.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 180 156 115 0 0.13 0.36 0.29 37.85 0.3 0.58
Hex B4 9C 73 0 D 24 1D 26 1E 3A
Octal 264 234 163 0 15 44 35 46 36 72
Binary 10110100 10011100 1110011 0 1101 100100 11101 100110 11110 111010

Color Harmonies of #B49C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C73

Black with #B49C73

Text Example


Text Example

White with #B49C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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