#B86D53

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

Shades of Sante Fe #B86D53

Tints of Sante Fe #B86D53

Color information

#B86D53 (or 0xB86D53) is unknown color: approx Sante Fe. HEX triplet: B8, 6D and 53. RGB value is (184,109,83). Sum of RGB (Red+Green+Blue) = 184+109+83=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D53 is #4792AC. Grayscale: #808080. Windows color (decimal): -4690605 or 5467576. OLE color: 5467576.

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

Color convert

RGB18410983-
CMYK00.410.550.28
HSL15.45º41.56%52.35%-
HSV(B)15.45º54.89%72.16%-
XYZ26.821.7510.97-
YUV128.46102.35167.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=48.94%
G=28.99%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841098300.410.550.2815.4541.5652.35
HexB86D53029371Cf2a34
Octal2701551230516734175264
Binary10111000110110110100110101001110111111001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D53; }

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

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

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

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

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

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

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

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