#B86D57

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

Shades of Sante Fe #B86D57

Tints of Sante Fe #B86D57

Color information

#B86D57 (or 0xB86D57) is unknown color: approx Sante Fe. HEX triplet: B8, 6D and 57. RGB value is (184,109,87). Sum of RGB (Red+Green+Blue) = 184+109+87=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D57 is #4792A8. Grayscale: #818181. Windows color (decimal): -4690601 or 5729720. OLE color: 5729720.

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

Color convert

RGB18410987-
CMYK00.410.530.28
HSL13.61º40.59%53.14%-
HSV(B)13.61º52.72%72.16%-
XYZ26.9621.8211.81-
YUV128.92104.35167.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=48.42%
G=28.68%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841098700.410.530.2813.6140.5953.14
HexB86D57029351Ce2935
Octal2701551270516534165165
Binary10111000110110110101110101001110101111001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D57; }

 p { color: rgb(184,109,87); }

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

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

 a { background-color: rgb(184,109,87); }

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

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

 span { border-color: rgb(184,109,87); }

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