Html Css Color HEX #B49176 Sandrift

📋 copy color: '#B49176'

red 180 ◦ green 145 ◦ blue 118

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

Shades of Sandrift #B49176

Tints of Sandrift #B49176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 40.63%
G = 32.73%
B = 26.64%

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

#B49176 (or 0xB49176) is known color: Sandrift. HEX triplet: B4, 91 and 76. RGB value is (180,145,118). Sum of RGB (Red+Green+Blue) = 180+145+118=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49176 is #4B6E89. Grayscale: #989898. Windows color (decimal): -4943498 or 7770548. OLE color: 7770548.

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

Color convert

RGB 180 145 118 -
CMYK 0 0.19 0.34 0.29
HSL 26.13º 0.29% 0.58% -
HSV(B) 26.13º 0.34% 0.71% -
XYZ 32.22 31.26 21.48 -
YUV 152.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 180 145 118 0 0.19 0.34 0.29 26.13 0.29 0.58
Hex B4 91 76 0 13 22 1D 1A 1D 3A
Octal 264 221 166 0 23 42 35 32 35 72
Binary 10110100 10010001 1110110 0 10011 100010 11101 11010 11101 111010

Color Harmonies of #B49176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49176

Black with #B49176

Text Example


Text Example

White with #B49176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49176; }

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

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

background-color css

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

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

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

border-color css

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

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

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