#B56957

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

Shades of Sante Fe #B56957

Tints of Sante Fe #B56957

Color information

#B56957 (or 0xB56957) is unknown color: approx Sante Fe. HEX triplet: B5, 69 and 57. RGB value is (181,105,87). Sum of RGB (Red+Green+Blue) = 181+105+87=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56957 is #4A96A8. Grayscale: #7D7D7D. Windows color (decimal): -4888233 or 5728693. OLE color: 5728693.

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

Color convert

RGB18110587-
CMYK00.420.520.29
HSL11.49º38.84%52.55%-
HSV(B)11.49º51.93%70.98%-
XYZ25.8320.6211.63-
YUV125.67106.18167.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=48.53%
G=28.15%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811058700.420.520.2911.4938.8452.55
HexB5695702A341Db2735
Octal2651511270526435134765
Binary10110101110100110101110101010110100111011011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56957; }

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

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

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

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

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

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

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

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