#B56B51

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

Shades of Sante Fe #B56B51

Tints of Sante Fe #B56B51

Color information

#B56B51 (or 0xB56B51) is unknown color: approx Sante Fe. HEX triplet: B5, 6B and 51. RGB value is (181,107,81). Sum of RGB (Red+Green+Blue) = 181+107+81=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B51 is #4A94AE. Grayscale: #7E7E7E. Windows color (decimal): -4887727 or 5335989. OLE color: 5335989.

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

Color convert

RGB18110781-
CMYK00.410.550.29
HSL15.6º40.32%51.37%-
HSV(B)15.6º55.25%70.98%-
XYZ25.820.9310.47-
YUV126.16102.52167.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=49.05%
G=29.00%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811078100.410.550.2915.640.3251.37
HexB56B51029371D102833
Octal2651531210516735205063
Binary101101011101011101000101010011101111110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B51; }

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

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

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

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

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

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

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

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