Html Css Color HEX #B49177 Sandrift

📋 copy color: '#B49177'

red 180 ◦ green 145 ◦ blue 119

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

Shades of Sandrift #B49177

Tints of Sandrift #B49177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 40.54%
G = 32.66%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49177 (or 0xB49177) is known color: Sandrift. HEX triplet: B4, 91 and 77. RGB value is (180,145,119). Sum of RGB (Red+Green+Blue) = 180+145+119=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49177 is #4B6E88. Grayscale: #989898. Windows color (decimal): -4943497 or 7836084. OLE color: 7836084.

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

Color convert

RGB 180 145 119 -
CMYK 0 0.19 0.34 0.29
HSL 25.57º 0.29% 0.59% -
HSV(B) 25.57º 0.34% 0.71% -
XYZ 32.28 31.29 21.79 -
YUV 152.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 180 145 119 0 0.19 0.34 0.29 25.57 0.29 0.59
Hex B4 91 77 0 13 22 1D 1A 1D 3B
Octal 264 221 167 0 23 42 35 32 35 73
Binary 10110100 10010001 1110111 0 10011 100010 11101 11010 11101 111011

Color Harmonies of #B49177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49177

Black with #B49177

Text Example


Text Example

White with #B49177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49177; }

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

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

background-color css

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

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

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

border-color css

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

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

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