Html Css Color HEX #B49776 Sandrift

📋 copy color: '#B49776'

red 180 ◦ green 151 ◦ blue 118

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

Shades of Sandrift #B49776

Tints of Sandrift #B49776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.63%

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

R = 40.09%
G = 33.63%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49776 (or 0xB49776) is known color: Sandrift. HEX triplet: B4, 97 and 76. RGB value is (180,151,118). Sum of RGB (Red+Green+Blue) = 180+151+118=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49776 is #4B6889. Grayscale: #9C9C9C. Windows color (decimal): -4941962 or 7772084. OLE color: 7772084.

HSL color Cylindrical-coordinate representation of color #B49776: hue angle of 31.94º 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 #B49776 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 118 -
CMYK 0 0.16 0.34 0.29
HSL 31.94º 0.29% 0.58% -
HSV(B) 31.94º 0.34% 0.71% -
XYZ 33.16 33.14 21.79 -
YUV 155.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 180 151 118 0 0.16 0.34 0.29 31.94 0.29 0.58
Hex B4 97 76 0 10 22 1D 20 1D 3A
Octal 264 227 166 0 20 42 35 40 35 72
Binary 10110100 10010111 1110110 0 10000 100010 11101 100000 11101 111010

Color Harmonies of #B49776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49776

Black with #B49776

Text Example


Text Example

White with #B49776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49776; }

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

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

background-color css

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

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

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

border-color css

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

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

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