#B56958

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

Shades of Sante Fe #B56958

Tints of Sante Fe #B56958

Color information

#B56958 (or 0xB56958) is unknown color: approx Sante Fe. HEX triplet: B5, 69 and 58. RGB value is (181,105,88). Sum of RGB (Red+Green+Blue) = 181+105+88=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B56958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56958 is #4A96A7. Grayscale: #7D7D7D. Windows color (decimal): -4888232 or 5794229. OLE color: 5794229.

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

Color convert

RGB18110588-
CMYK00.420.510.29
HSL10.97º38.59%52.75%-
HSV(B)10.97º51.38%70.98%-
XYZ25.8720.6311.85-
YUV125.79106.68167.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=48.40%
G=28.07%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811058800.420.510.2910.9738.5952.75
HexB5695802A331Db2735
Octal2651511300526335134765
Binary10110101110100110110000101010110011111011011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56958; }

 p { color: rgb(181,105,88); }

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

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

 a { background-color: rgb(181,105,88); }

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

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

 span { border-color: rgb(181,105,88); }

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