Html Css Color HEX #B49179 Sandrift

📋 copy color: '#B49179'

red 180 ◦ green 145 ◦ blue 121

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

Shades of Sandrift #B49179

Tints of Sandrift #B49179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 121 (47.66% from 255) = 27.13%

R = 40.36%
G = 32.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49179 (or 0xB49179) is known color: Sandrift. HEX triplet: B4, 91 and 79. RGB value is (180,145,121). Sum of RGB (Red+Green+Blue) = 180+145+121=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49179 is #4B6E86. Grayscale: #989898. Windows color (decimal): -4943495 or 7967156. OLE color: 7967156.

HSL color Cylindrical-coordinate representation of color #B49179: hue angle of 24.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49179 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 121 -
CMYK 0 0.19 0.33 0.29
HSL 24.41º 0.28% 0.59% -
HSV(B) 24.41º 0.33% 0.71% -
XYZ 32.4 31.33 22.43 -
YUV 152.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 180 145 121 0 0.19 0.33 0.29 24.41 0.28 0.59
Hex B4 91 79 0 13 21 1D 18 1C 3B
Octal 264 221 171 0 23 41 35 30 34 73
Binary 10110100 10010001 1111001 0 10011 100001 11101 11000 11100 111011

Color Harmonies of #B49179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49179

Black with #B49179

Text Example


Text Example

White with #B49179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49179; }

 p { color: rgb(180,145,121); }

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

background-color css

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

 a { background-color: rgb(180,145,121); }

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

border-color css

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

 span { border-color: rgb(180,145,121); }

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