#B56B55

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

Shades of Sante Fe #B56B55

Tints of Sante Fe #B56B55

Color information

#B56B55 (or 0xB56B55) is unknown color: approx Sante Fe. HEX triplet: B5, 6B and 55. RGB value is (181,107,85). Sum of RGB (Red+Green+Blue) = 181+107+85=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56B55 is #4A94AA. Grayscale: #7E7E7E. Windows color (decimal): -4887723 or 5598133. OLE color: 5598133.

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

Color convert

RGB18110785-
CMYK00.410.530.29
HSL13.75º39.34%52.16%-
HSV(B)13.75º53.04%70.98%-
XYZ25.952111.28-
YUV126.62104.52166.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=48.53%
G=28.69%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811078500.410.530.2913.7539.3452.16
HexB56B55029351De2734
Octal2651531250516535164764
Binary10110101110101110101010101001110101111011110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B55; }

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

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

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

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

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

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

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

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