Html Css Color HEX #B49B80 Sandrift

📋 copy color: '#B49B80'

red 180 ◦ green 155 ◦ blue 128

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

Shades of Sandrift #B49B80

Tints of Sandrift #B49B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 38.88%
G = 33.48%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B49B80 (or 0xB49B80) is known color: Sandrift. HEX triplet: B4, 9B and 80. RGB value is (180,155,128). Sum of RGB (Red+Green+Blue) = 180+155+128=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B80 is #4B647F. Grayscale: #9F9F9F. Windows color (decimal): -4940928 or 8428468. OLE color: 8428468.

HSL color Cylindrical-coordinate representation of color #B49B80: hue angle of 31.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49B80 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 155 128 -
CMYK 0 0.14 0.29 0.29
HSL 31.15º 0.26% 0.6% -
HSV(B) 31.15º 0.29% 0.71% -
XYZ 34.44 34.7 25.31 -
YUV 159.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 180 155 128 0 0.14 0.29 0.29 31.15 0.26 0.6
Hex B4 9B 80 0 E 1D 1D 1F 1A 3C
Octal 264 233 200 0 16 35 35 37 32 74
Binary 10110100 10011011 10000000 0 1110 11101 11101 11111 11010 111100

Color Harmonies of #B49B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B80

Black with #B49B80

Text Example


Text Example

White with #B49B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B80; }

 p { color: rgb(180,155,128); }

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

background-color css

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

 a { background-color: rgb(180,155,128); }

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

border-color css

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

 span { border-color: rgb(180,155,128); }

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