Html Css Color HEX #B49477 Sandrift

📋 copy color: '#B49477'

red 180 ◦ green 148 ◦ blue 119

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

Shades of Sandrift #B49477

Tints of Sandrift #B49477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 40.27%
G = 33.11%
B = 26.62%

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

#B49477 (or 0xB49477) is known color: Sandrift. HEX triplet: B4, 94 and 77. RGB value is (180,148,119). Sum of RGB (Red+Green+Blue) = 180+148+119=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49477 is #4B6B88. Grayscale: #9A9A9A. Windows color (decimal): -4942729 or 7836852. OLE color: 7836852.

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

Color convert

RGB 180 148 119 -
CMYK 0 0.18 0.34 0.29
HSL 28.52º 0.29% 0.59% -
HSV(B) 28.52º 0.34% 0.71% -
XYZ 32.74 32.22 21.95 -
YUV 154.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 180 148 119 0 0.18 0.34 0.29 28.52 0.29 0.59
Hex B4 94 77 0 12 22 1D 1D 1D 3B
Octal 264 224 167 0 22 42 35 35 35 73
Binary 10110100 10010100 1110111 0 10010 100010 11101 11101 11101 111011

Color Harmonies of #B49477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49477

Black with #B49477

Text Example


Text Example

White with #B49477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49477; }

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

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

background-color css

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

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

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

border-color css

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

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

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