#B56658

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

Shades of Sante Fe #B56658

Tints of Sante Fe #B56658

Color information

#B56658 (or 0xB56658) is unknown color: approx Sante Fe. HEX triplet: B5, 66 and 58. RGB value is (181,102,88). Sum of RGB (Red+Green+Blue) = 181+102+88=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B56658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56658 is #4A99A7. Grayscale: #7C7C7C. Windows color (decimal): -4889000 or 5793461. OLE color: 5793461.

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

Color convert

RGB18110288-
CMYK00.440.510.29
HSL9.03º38.59%52.75%-
HSV(B)9.03º51.38%70.98%-
XYZ25.5720.0311.75-
YUV124.02107.67168.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=48.79%
G=27.49%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811028800.440.510.299.0338.5952.75
HexB5665802C331D92735
Octal2651461300546335114765
Binary10110101110011010110000101100110011111011001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56658; }

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

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

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

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

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

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

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

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