Html Css Color HEX #B59575 Sandrift

📋 copy color: '#B59575'

red 181 ◦ green 149 ◦ blue 117

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

Shades of Sandrift #B59575

Tints of Sandrift #B59575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 40.49%
G = 33.33%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B59575 (or 0xB59575) is known color: Sandrift. HEX triplet: B5, 95 and 75. RGB value is (181,149,117). Sum of RGB (Red+Green+Blue) = 181+149+117=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B59575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59575 is #4A6A8A. Grayscale: #9B9B9B. Windows color (decimal): -4876939 or 7706037. OLE color: 7706037.

HSL color Cylindrical-coordinate representation of color #B59575: hue angle of 30º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B59575 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 117 -
CMYK 0 0.18 0.35 0.29
HSL 30º 0.3% 0.58% -
HSV(B) 30º 0.35% 0.71% -
XYZ 33.01 32.6 21.38 -
YUV 154.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 181 149 117 0 0.18 0.35 0.29 30 0.3 0.58
Hex B5 95 75 0 12 23 1D 1E 1E 3A
Octal 265 225 165 0 22 43 35 36 36 72
Binary 10110101 10010101 1110101 0 10010 100011 11101 11110 11110 111010

Color Harmonies of #B59575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59575

Black with #B59575

Text Example


Text Example

White with #B59575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59575; }

 p { color: rgb(181,149,117); }

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

background-color css

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

 a { background-color: rgb(181,149,117); }

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

border-color css

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

 span { border-color: rgb(181,149,117); }

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