Html Css Color HEX #B49779 Sandrift

📋 copy color: '#B49779'

red 180 ◦ green 151 ◦ blue 121

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

Shades of Sandrift #B49779

Tints of Sandrift #B49779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.41%

 BLUE value IS 121 (47.66% from 255) = 26.77%

R = 39.82%
G = 33.41%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49779 (or 0xB49779) is known color: Sandrift. HEX triplet: B4, 97 and 79. RGB value is (180,151,121). Sum of RGB (Red+Green+Blue) = 180+151+121=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49779 is #4B6886. Grayscale: #9C9C9C. Windows color (decimal): -4941959 or 7968692. OLE color: 7968692.

HSL color Cylindrical-coordinate representation of color #B49779: hue angle of 30.51º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49779 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 121 -
CMYK 0 0.16 0.33 0.29
HSL 30.51º 0.28% 0.59% -
HSV(B) 30.51º 0.33% 0.71% -
XYZ 33.34 33.22 22.74 -
YUV 156.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 180 151 121 0 0.16 0.33 0.29 30.51 0.28 0.59
Hex B4 97 79 0 10 21 1D 1F 1C 3B
Octal 264 227 171 0 20 41 35 37 34 73
Binary 10110100 10010111 1111001 0 10000 100001 11101 11111 11100 111011

Color Harmonies of #B49779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49779

Black with #B49779

Text Example


Text Example

White with #B49779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49779; }

 p { color: rgb(180,151,121); }

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

background-color css

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

 a { background-color: rgb(180,151,121); }

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

border-color css

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

 span { border-color: rgb(180,151,121); }

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