#B56F4F

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

Shades of Sante Fe #B56F4F

Tints of Sante Fe #B56F4F

Color information

#B56F4F (or 0xB56F4F) is unknown color: approx Sante Fe. HEX triplet: B5, 6F and 4F. RGB value is (181,111,79). Sum of RGB (Red+Green+Blue) = 181+111+79=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F4F is #4A90B0. Grayscale: #808080. Windows color (decimal): -4886705 or 5205941. OLE color: 5205941.

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

Color convert

RGB18111179-
CMYK00.390.560.29
HSL18.82º40.8%50.98%-
HSV(B)18.82º56.35%70.98%-
XYZ26.1521.7610.22-
YUV128.28100.19165.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=48.79%
G=29.92%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811117900.390.560.2918.8240.850.98
HexB56F4F027381D132933
Octal2651571170477035235163
Binary101101011101111100111101001111110001110110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F4F; }

 p { color: rgb(181,111,79); }

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

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

 a { background-color: rgb(181,111,79); }

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

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

 span { border-color: rgb(181,111,79); }

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