#B56850

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

Shades of Sante Fe #B56850

Tints of Sante Fe #B56850

Color information

#B56850 (or 0xB56850) is unknown color: approx Sante Fe. HEX triplet: B5, 68 and 50. RGB value is (181,104,80). Sum of RGB (Red+Green+Blue) = 181+104+80=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56850 is #4A97AF. Grayscale: #7C7C7C. Windows color (decimal): -4888496 or 5269685. OLE color: 5269685.

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

Color convert

RGB18110480-
CMYK00.430.560.29
HSL14.26º40.56%51.18%-
HSV(B)14.26º55.8%70.98%-
XYZ25.4520.310.17-
YUV124.29103.01168.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=49.59%
G=28.49%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811048000.430.560.2914.2640.5651.18
HexB5685002B381De2933
Octal2651501200537035165163
Binary10110101110100010100000101011111000111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56850; }

 p { color: rgb(181,104,80); }

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

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

 a { background-color: rgb(181,104,80); }

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

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

 span { border-color: rgb(181,104,80); }

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