Html Css Color HEX #B59380 Sandrift

📋 copy color: '#B59380'

red 181 ◦ green 147 ◦ blue 128

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

Shades of Sandrift #B59380

Tints of Sandrift #B59380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.24%

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

R = 39.69%
G = 32.24%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B59380 (or 0xB59380) is known color: Sandrift. HEX triplet: B5, 93 and 80. RGB value is (181,147,128). Sum of RGB (Red+Green+Blue) = 181+147+128=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B59380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59380 is #4A6C7F. Grayscale: #9B9B9B. Windows color (decimal): -4877440 or 8426421. OLE color: 8426421.

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

Color convert

RGB 181 147 128 -
CMYK 0 0.19 0.29 0.29
HSL 21.51º 0.26% 0.61% -
HSV(B) 21.51º 0.29% 0.71% -
XYZ 33.39 32.25 24.89 -
YUV 155 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 181 147 128 0 0.19 0.29 0.29 21.51 0.26 0.61
Hex B5 93 80 0 13 1D 1D 16 1A 3D
Octal 265 223 200 0 23 35 35 26 32 75
Binary 10110101 10010011 10000000 0 10011 11101 11101 10110 11010 111101

Color Harmonies of #B59380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59380

Black with #B59380

Text Example


Text Example

White with #B59380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59380; }

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

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

background-color css

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

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

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

border-color css

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

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

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