Html Css Color HEX #B49880 Sandrift

📋 copy color: '#B49880'

red 180 ◦ green 152 ◦ blue 128

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

Shades of Sandrift #B49880

Tints of Sandrift #B49880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 39.13%
G = 33.04%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B49880 (or 0xB49880) is known color: Sandrift. HEX triplet: B4, 98 and 80. RGB value is (180,152,128). Sum of RGB (Red+Green+Blue) = 180+152+128=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49880 is #4B677F. Grayscale: #9D9D9D. Windows color (decimal): -4941696 or 8427700. OLE color: 8427700.

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

Color convert

RGB 180 152 128 -
CMYK 0 0.16 0.29 0.29
HSL 27.69º 0.26% 0.6% -
HSV(B) 27.69º 0.29% 0.71% -
XYZ 33.95 33.72 25.14 -
YUV 157.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 180 152 128 0 0.16 0.29 0.29 27.69 0.26 0.6
Hex B4 98 80 0 10 1D 1D 1C 1A 3C
Octal 264 230 200 0 20 35 35 34 32 74
Binary 10110100 10011000 10000000 0 10000 11101 11101 11100 11010 111100

Color Harmonies of #B49880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49880

Black with #B49880

Text Example


Text Example

White with #B49880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49880; }

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

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

background-color css

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

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

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

border-color css

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

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

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