#B58F6E

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

Shades of Sandrift #B58F6E

Tints of Sandrift #B58F6E

Color information

#B58F6E (or 0xB58F6E) is unknown color: approx Sandrift. HEX triplet: B5, 8F and 6E. RGB value is (181,143,110). Sum of RGB (Red+Green+Blue) = 181+143+110=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F6E is #4A7091. Grayscale: #969696. Windows color (decimal): -4878482 or 7245749. OLE color: 7245749.

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

Color convert

RGB181143110-
CMYK00.210.390.29
HSL27.89º32.42%57.06%-
HSV(B)27.89º39.23%70.98%-
XYZ31.6930.5918.99-
YUV150.6105.09149.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=41.71%
G=32.95%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114311000.210.390.2927.8932.4257.06
HexB58F6E015271D1c2039
Octal2652171560254735344071
Binary101101011000111111011100101011001111110111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F6E; }

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

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

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

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

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

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

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

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