#B58C75

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

Shades of Sandrift #B58C75

Tints of Sandrift #B58C75

Color information

#B58C75 (or 0xB58C75) is unknown color: approx Sandrift. HEX triplet: B5, 8C and 75. RGB value is (181,140,117). Sum of RGB (Red+Green+Blue) = 181+140+117=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C75 is #4A738A. Grayscale: #959595. Windows color (decimal): -4879243 or 7703733. OLE color: 7703733.

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

Color convert

RGB181140117-
CMYK00.230.350.29
HSL21.56º30.19%58.43%-
HSV(B)21.56º35.36%70.98%-
XYZ31.6529.8620.93-
YUV149.64109.58150.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=41.32%
G=31.96%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114011700.230.350.2921.5630.1958.43
HexB58C75017231D161e3a
Octal2652141650274335263672
Binary10110101100011001110101010111100011111011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C75; }

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

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

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

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

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

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

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

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