Html Css Color HEX #B49672 Fallow

📋 copy color: '#B49672'

red 180 ◦ green 150 ◦ blue 114

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

Shades of Fallow #B49672

Tints of Fallow #B49672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 40.54%
G = 33.78%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B49672 (or 0xB49672) is known color: Fallow. HEX triplet: B4, 96 and 72. RGB value is (180,150,114). Sum of RGB (Red+Green+Blue) = 180+150+114=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49672 is #4B698D. Grayscale: #9B9B9B. Windows color (decimal): -4942222 or 7509684. OLE color: 7509684.

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

Color convert

RGB 180 150 114 -
CMYK 0 0.17 0.37 0.29
HSL 32.73º 0.31% 0.58% -
HSV(B) 32.73º 0.37% 0.71% -
XYZ 32.77 32.73 20.51 -
YUV 154.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 180 150 114 0 0.17 0.37 0.29 32.73 0.31 0.58
Hex B4 96 72 0 11 25 1D 21 1F 3A
Octal 264 226 162 0 21 45 35 41 37 72
Binary 10110100 10010110 1110010 0 10001 100101 11101 100001 11111 111010

Color Harmonies of #B49672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49672

Black with #B49672

Text Example


Text Example

White with #B49672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49672; }

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

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

background-color css

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

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

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

border-color css

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

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

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