#B56751

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

Shades of Sante Fe #B56751

Tints of Sante Fe #B56751

Color information

#B56751 (or 0xB56751) is unknown color: approx Sante Fe. HEX triplet: B5, 67 and 51. RGB value is (181,103,81). Sum of RGB (Red+Green+Blue) = 181+103+81=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56751 is #4A98AE. Grayscale: #7B7B7B. Windows color (decimal): -4888751 or 5334965. OLE color: 5334965.

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

Color convert

RGB18110381-
CMYK00.430.550.29
HSL13.2º40.32%51.37%-
HSV(B)13.2º55.25%70.98%-
XYZ25.3920.1210.33-
YUV123.81103.84168.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=49.59%
G=28.22%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811038100.430.550.2913.240.3251.37
HexB5675102B371Dd2833
Octal2651471210536735155063
Binary10110101110011110100010101011110111111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56751; }

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

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

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

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

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

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

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

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