#B58F7F

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

Shades of Sandrift #B58F7F

Tints of Sandrift #B58F7F

Color information

#B58F7F (or 0xB58F7F) is unknown color: approx Sandrift. HEX triplet: B5, 8F and 7F. RGB value is (181,143,127). Sum of RGB (Red+Green+Blue) = 181+143+127=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F7F is #4A7080. Grayscale: #989898. Windows color (decimal): -4878465 or 8359861. OLE color: 8359861.

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

Color convert

RGB181143127-
CMYK00.210.300.29
HSL17.78º26.73%60.39%-
HSV(B)17.78º29.83%70.98%-
XYZ32.713124.34-
YUV152.54113.59148.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 127 (50% from 255) = 28.16%
R=40.13%
G=31.71%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114312700.210.300.2917.7826.7360.39
HexB58F7F0151E1D121b3c
Octal2652171770253635223374
Binary1011010110001111111111101010111110111011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F7F; }

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

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

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

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

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

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

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

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