Html Css Color HEX #B19980 Sandrift

📋 copy color: '#B19980'

red 177 ◦ green 153 ◦ blue 128

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

Shades of Sandrift #B19980

Tints of Sandrift #B19980

RGB

 RED value IS 177 (69.53% from 255) = 38.65%

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

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

R = 38.65%
G = 33.41%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B19980 (or 0xB19980) is known color: Sandrift. HEX triplet: B1, 99 and 80. RGB value is (177,153,128). Sum of RGB (Red+Green+Blue) = 177+153+128=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19980 is #4E667F. Grayscale: #9D9D9D. Windows color (decimal): -5138048 or 8427953. OLE color: 8427953.

HSL color Cylindrical-coordinate representation of color #B19980: hue angle of 30.61º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19980 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 128 -
CMYK 0 0.14 0.28 0.31
HSL 30.61º 0.24% 0.6% -
HSV(B) 30.61º 0.28% 0.69% -
XYZ 33.42 33.69 25.16 -
YUV 157.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 177 153 128 0 0.14 0.28 0.31 30.61 0.24 0.6
Hex B1 99 80 0 E 1C 1F 1F 18 3C
Octal 261 231 200 0 16 34 37 37 30 74
Binary 10110001 10011001 10000000 0 1110 11100 11111 11111 11000 111100

Color Harmonies of #B19980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19980

Black with #B19980

Text Example


Text Example

White with #B19980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19980; }

 p { color: rgb(177,153,128); }

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

background-color css

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

 a { background-color: rgb(177,153,128); }

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

border-color css

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

 span { border-color: rgb(177,153,128); }

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