#B56D4B

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

Shades of Sante Fe #B56D4B

Tints of Sante Fe #B56D4B

Color information

#B56D4B (or 0xB56D4B) is unknown color: approx Sante Fe. HEX triplet: B5, 6D and 4B. RGB value is (181,109,75). Sum of RGB (Red+Green+Blue) = 181+109+75=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D4B is #4A92B4. Grayscale: #7E7E7E. Windows color (decimal): -4887221 or 4943285. OLE color: 4943285.

HSL color Cylindrical-coordinate representation of color #B56D4B: hue angle of 19.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B56D4B is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18110975-
CMYK00.400.590.29
HSL19.25º41.73%50.2%-
HSV(B)19.25º58.56%70.98%-
XYZ25.7921.279.4-
YUV126.6598.85166.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=49.59%
G=29.86%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811097500.400.590.2919.2541.7350.2
HexB56D4B0283B1D132a32
Octal2651551130507335235262
Binary101101011101101100101101010001110111110110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D4B; }

 p { color: rgb(181,109,75); }

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

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

 a { background-color: rgb(181,109,75); }

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

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

 span { border-color: rgb(181,109,75); }

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