Html Css Color HEX #B59080 Sandrift

📋 copy color: '#B59080'

red 181 ◦ green 144 ◦ blue 128

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

Shades of Sandrift #B59080

Tints of Sandrift #B59080

RGB

 RED value IS 181 (71.09% from 255) = 39.96%

 GREEN value IS 144 (56.64% from 255) = 31.79%

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

R = 39.96%
G = 31.79%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B59080 (or 0xB59080) is known color: Sandrift. HEX triplet: B5, 90 and 80. RGB value is (181,144,128). Sum of RGB (Red+Green+Blue) = 181+144+128=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B59080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59080 is #4A6F7F. Grayscale: #999999. Windows color (decimal): -4878208 or 8425653. OLE color: 8425653.

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

Color convert

RGB 181 144 128 -
CMYK 0 0.20 0.29 0.29
HSL 18.11º 0.26% 0.61% -
HSV(B) 18.11º 0.29% 0.71% -
XYZ 32.93 31.33 24.73 -
YUV 153.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 181 144 128 0 0.20 0.29 0.29 18.11 0.26 0.61
Hex B5 90 80 0 14 1D 1D 12 1A 3D
Octal 265 220 200 0 24 35 35 22 32 75
Binary 10110101 10010000 10000000 0 10100 11101 11101 10010 11010 111101

Color Harmonies of #B59080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59080

Black with #B59080

Text Example


Text Example

White with #B59080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59080; }

 p { color: rgb(181,144,128); }

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

background-color css

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

 a { background-color: rgb(181,144,128); }

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

border-color css

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

 span { border-color: rgb(181,144,128); }

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