Html Css Color HEX #B49376 Sandrift

📋 copy color: '#B49376'

red 180 ◦ green 147 ◦ blue 118

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

Shades of Sandrift #B49376

Tints of Sandrift #B49376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.03%

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

R = 40.45%
G = 33.03%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49376 (or 0xB49376) is known color: Sandrift. HEX triplet: B4, 93 and 76. RGB value is (180,147,118). Sum of RGB (Red+Green+Blue) = 180+147+118=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49376 is #4B6C89. Grayscale: #999999. Windows color (decimal): -4942986 or 7771060. OLE color: 7771060.

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

Color convert

RGB 180 147 118 -
CMYK 0 0.18 0.34 0.29
HSL 28.06º 0.29% 0.58% -
HSV(B) 28.06º 0.34% 0.71% -
XYZ 32.53 31.88 21.58 -
YUV 153.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 180 147 118 0 0.18 0.34 0.29 28.06 0.29 0.58
Hex B4 93 76 0 12 22 1D 1C 1D 3A
Octal 264 223 166 0 22 42 35 34 35 72
Binary 10110100 10010011 1110110 0 10010 100010 11101 11100 11101 111010

Color Harmonies of #B49376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49376

Black with #B49376

Text Example


Text Example

White with #B49376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49376; }

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

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

background-color css

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

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

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

border-color css

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

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

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