#B56750

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

Shades of Sante Fe #B56750

Tints of Sante Fe #B56750

Color information

#B56750 (or 0xB56750) is unknown color: approx Sante Fe. HEX triplet: B5, 67 and 50. RGB value is (181,103,80). Sum of RGB (Red+Green+Blue) = 181+103+80=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56750 is #4A98AF. Grayscale: #7B7B7B. Windows color (decimal): -4888752 or 5269429. OLE color: 5269429.

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

Color convert

RGB18110380-
CMYK00.430.560.29
HSL13.66º40.56%51.18%-
HSV(B)13.66º55.8%70.98%-
XYZ25.3520.110.13-
YUV123.7103.34168.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=49.73%
G=28.30%
B=21.98%

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
Decimal1811038000.430.560.2913.6640.5651.18
HexB5675002B381De2933
Octal2651471200537035165163
Binary10110101110011110100000101011111000111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56750; }

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

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

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

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

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

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

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

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