Html Css Color HEX #B49276 Sandrift

📋 copy color: '#B49276'

red 180 ◦ green 146 ◦ blue 118

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

Shades of Sandrift #B49276

Tints of Sandrift #B49276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

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

R = 40.54%
G = 32.88%
B = 26.58%

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

#B49276 (or 0xB49276) is known color: Sandrift. HEX triplet: B4, 92 and 76. RGB value is (180,146,118). Sum of RGB (Red+Green+Blue) = 180+146+118=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49276 is #4B6D89. Grayscale: #999999. Windows color (decimal): -4943242 or 7770804. OLE color: 7770804.

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

Color convert

RGB 180 146 118 -
CMYK 0 0.19 0.34 0.29
HSL 27.1º 0.29% 0.58% -
HSV(B) 27.1º 0.34% 0.71% -
XYZ 32.37 31.57 21.53 -
YUV 152.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 180 146 118 0 0.19 0.34 0.29 27.1 0.29 0.58
Hex B4 92 76 0 13 22 1D 1B 1D 3A
Octal 264 222 166 0 23 42 35 33 35 72
Binary 10110100 10010010 1110110 0 10011 100010 11101 11011 11101 111010

Color Harmonies of #B49276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49276

Black with #B49276

Text Example


Text Example

White with #B49276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49276; }

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

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

background-color css

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

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

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

border-color css

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

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

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