Html Css Color HEX #B49A77 Sandrift

📋 copy color: '#B49A77'

red 180 ◦ green 154 ◦ blue 119

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

Shades of Sandrift #B49A77

Tints of Sandrift #B49A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34%

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

R = 39.74%
G = 34%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49A77 (or 0xB49A77) is known color: Sandrift. HEX triplet: B4, 9A and 77. RGB value is (180,154,119). Sum of RGB (Red+Green+Blue) = 180+154+119=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A77 is #4B6588. Grayscale: #9D9D9D. Windows color (decimal): -4941193 or 7838388. OLE color: 7838388.

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

Color convert

RGB 180 154 119 -
CMYK 0 0.14 0.34 0.29
HSL 34.43º 0.29% 0.59% -
HSV(B) 34.43º 0.34% 0.71% -
XYZ 33.71 34.15 22.27 -
YUV 157.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 180 154 119 0 0.14 0.34 0.29 34.43 0.29 0.59
Hex B4 9A 77 0 E 22 1D 22 1D 3B
Octal 264 232 167 0 16 42 35 42 35 73
Binary 10110100 10011010 1110111 0 1110 100010 11101 100010 11101 111011

Color Harmonies of #B49A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A77

Black with #B49A77

Text Example


Text Example

White with #B49A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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