#B58F76

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

Shades of Sandrift #B58F76

Tints of Sandrift #B58F76

Color information

#B58F76 (or 0xB58F76) is unknown color: approx Sandrift. HEX triplet: B5, 8F and 76. RGB value is (181,143,118). Sum of RGB (Red+Green+Blue) = 181+143+118=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F76 is #4A7089. Grayscale: #979797. Windows color (decimal): -4878474 or 7770037. OLE color: 7770037.

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

Color convert

RGB181143118-
CMYK00.210.350.29
HSL23.81º29.86%58.63%-
HSV(B)23.81º34.81%70.98%-
XYZ32.1530.7821.39-
YUV151.51109.09149.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=40.95%
G=32.35%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114311800.210.350.2923.8129.8658.63
HexB58F76015231D181e3b
Octal2652171660254335303673
Binary10110101100011111110110010101100011111011100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F76; }

 p { color: rgb(181,143,118); }

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

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

 a { background-color: rgb(181,143,118); }

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

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

 span { border-color: rgb(181,143,118); }

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