#B86B4D

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

Shades of Sante Fe #B86B4D

Tints of Sante Fe #B86B4D

Color information

#B86B4D (or 0xB86B4D) is unknown color: approx Sante Fe. HEX triplet: B8, 6B and 4D. RGB value is (184,107,77). Sum of RGB (Red+Green+Blue) = 184+107+77=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B4D is #4794B2. Grayscale: #7E7E7E. Windows color (decimal): -4691123 or 5073848. OLE color: 5073848.

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

Color convert

RGB18410777-
CMYK00.420.580.28
HSL16.82º42.97%51.18%-
HSV(B)16.82º58.15%72.16%-
XYZ26.3621.249.73-
YUV126.6100.01168.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=50%
G=29.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841077700.420.580.2816.8242.9751.18
HexB86B4D02A3A1C112b33
Octal2701531150527234215363
Binary101110001101011100110101010101110101110010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B4D; }

 p { color: rgb(184,107,77); }

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

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

 a { background-color: rgb(184,107,77); }

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

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

 span { border-color: rgb(184,107,77); }

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