#B58D75

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

Shades of Sandrift #B58D75

Tints of Sandrift #B58D75

Color information

#B58D75 (or 0xB58D75) is unknown color: approx Sandrift. HEX triplet: B5, 8D and 75. RGB value is (181,141,117). Sum of RGB (Red+Green+Blue) = 181+141+117=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D75 is #4A728A. Grayscale: #969696. Windows color (decimal): -4878987 or 7703989. OLE color: 7703989.

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

Color convert

RGB181141117-
CMYK00.220.350.29
HSL22.5º30.19%58.43%-
HSV(B)22.5º35.36%70.98%-
XYZ31.7930.1620.98-
YUV150.22109.25149.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=41.23%
G=32.12%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114111700.220.350.2922.530.1958.43
HexB58D75016231D171e3a
Octal2652151650264335273672
Binary10110101100011011110101010110100011111011011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D75; }

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

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

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

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

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

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

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

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