#B58B6F

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

Shades of Sandrift #B58B6F

Tints of Sandrift #B58B6F

Color information

#B58B6F (or 0xB58B6F) is unknown color: approx Sandrift. HEX triplet: B5, 8B and 6F. RGB value is (181,139,111). Sum of RGB (Red+Green+Blue) = 181+139+111=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B6F is #4A7490. Grayscale: #949494. Windows color (decimal): -4879505 or 7310261. OLE color: 7310261.

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

Color convert

RGB181139111-
CMYK00.230.390.29
HSL24º32.11%57.25%-
HSV(B)24º38.67%70.98%-
XYZ31.1629.4419.08-
YUV148.37106.91151.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=42.00%
G=32.25%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113911100.230.390.292432.1157.25
HexB58B6F017271D182039
Octal2652131570274735304071
Binary101101011000101111011110101111001111110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B6F; }

 p { color: rgb(181,139,111); }

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

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

 a { background-color: rgb(181,139,111); }

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

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

 span { border-color: rgb(181,139,111); }

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