Html Css Color HEX #B49977 Sandrift

📋 copy color: '#B49977'

red 180 ◦ green 153 ◦ blue 119

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

Shades of Sandrift #B49977

Tints of Sandrift #B49977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

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

R = 39.82%
G = 33.85%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49977 (or 0xB49977) is known color: Sandrift. HEX triplet: B4, 99 and 77. RGB value is (180,153,119). Sum of RGB (Red+Green+Blue) = 180+153+119=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49977 is #4B6688. Grayscale: #9D9D9D. Windows color (decimal): -4941449 or 7838132. OLE color: 7838132.

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

Color convert

RGB 180 153 119 -
CMYK 0 0.15 0.34 0.29
HSL 33.44º 0.29% 0.59% -
HSV(B) 33.44º 0.34% 0.71% -
XYZ 33.54 33.82 22.21 -
YUV 157.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 180 153 119 0 0.15 0.34 0.29 33.44 0.29 0.59
Hex B4 99 77 0 F 22 1D 21 1D 3B
Octal 264 231 167 0 17 42 35 41 35 73
Binary 10110100 10011001 1110111 0 1111 100010 11101 100001 11101 111011

Color Harmonies of #B49977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49977

Black with #B49977

Text Example


Text Example

White with #B49977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49977; }

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

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

background-color css

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

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

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

border-color css

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

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

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