#B56656

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

Shades of Sante Fe #B56656

Tints of Sante Fe #B56656

Color information

#B56656 (or 0xB56656) is unknown color: approx Sante Fe. HEX triplet: B5, 66 and 56. RGB value is (181,102,86). Sum of RGB (Red+Green+Blue) = 181+102+86=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B56656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56656 is #4A99A9. Grayscale: #7B7B7B. Windows color (decimal): -4889002 or 5662389. OLE color: 5662389.

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

Color convert

RGB18110286-
CMYK00.440.520.29
HSL10.11º39.09%52.35%-
HSV(B)10.11º52.49%70.98%-
XYZ25.492011.32-
YUV123.8106.67168.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=49.05%
G=27.64%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811028600.440.520.2910.1139.0952.35
HexB5665602C341Da2734
Octal2651461260546435124764
Binary10110101110011010101100101100110100111011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56656; }

 p { color: rgb(181,102,86); }

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

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

 a { background-color: rgb(181,102,86); }

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

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

 span { border-color: rgb(181,102,86); }

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