Html Css Color HEX #B19180 Sandrift

📋 copy color: '#B19180'

red 177 ◦ green 145 ◦ blue 128

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

Shades of Sandrift #B19180

Tints of Sandrift #B19180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

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

R = 39.33%
G = 32.22%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B19180 (or 0xB19180) is known color: Sandrift. HEX triplet: B1, 91 and 80. RGB value is (177,145,128). Sum of RGB (Red+Green+Blue) = 177+145+128=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B19180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19180 is #4E6E7F. Grayscale: #989898. Windows color (decimal): -5140096 or 8425905. OLE color: 8425905.

HSL color Cylindrical-coordinate representation of color #B19180: hue angle of 20.82º 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 #B19180 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 145 128 -
CMYK 0 0.18 0.28 0.31
HSL 20.82º 0.24% 0.6% -
HSV(B) 20.82º 0.28% 0.69% -
XYZ 32.15 31.16 24.74 -
YUV 152.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 177 145 128 0 0.18 0.28 0.31 20.82 0.24 0.6
Hex B1 91 80 0 12 1C 1F 15 18 3C
Octal 261 221 200 0 22 34 37 25 30 74
Binary 10110001 10010001 10000000 0 10010 11100 11111 10101 11000 111100

Color Harmonies of #B19180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19180

Black with #B19180

Text Example


Text Example

White with #B19180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19180; }

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

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

background-color css

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

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

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

border-color css

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

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

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