#B59275

Color #B59275 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #B59275

Tints of Sandrift #B59275

Color information

#B59275 (or 0xB59275) is unknown color: approx Sandrift. HEX triplet: B5, 92 and 75. RGB value is (181,146,117). Sum of RGB (Red+Green+Blue) = 181+146+117=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B59275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59275 is #4A6D8A. Grayscale: #999999. Windows color (decimal): -4877707 or 7705269. OLE color: 7705269.

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

Color convert

RGB181146117-
CMYK00.190.350.29
HSL27.19º30.19%58.43%-
HSV(B)27.19º35.36%70.98%-
XYZ32.5531.6721.23-
YUV153.16107.6147.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=40.77%
G=32.88%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114611700.190.350.2927.1930.1958.43
HexB59275013231D1b1e3a
Octal2652221650234335333672
Binary10110101100100101110101010011100011111011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59275; }

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

 H1.HeaderClassName
 {
   color: #B59275;
 }
 .AnyTagClassName
 {
   color: #B59275;
 }
</style>
background-color css

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

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

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

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

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

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