#B6715B

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

Shades of Sante Fe #B6715B

Tints of Sante Fe #B6715B

Color information

#B6715B (or 0xB6715B) is unknown color: approx Sante Fe. HEX triplet: B6, 71 and 5B. RGB value is (182,113,91). Sum of RGB (Red+Green+Blue) = 182+113+91=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6715B is #498EA4. Grayscale: #838383. Windows color (decimal): -4820645 or 5992886. OLE color: 5992886.

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

Color convert

RGB18211391-
CMYK00.380.50.29
HSL14.51º38.4%53.53%-
HSV(B)14.51º50%71.37%-
XYZ27.0822.5112.81-
YUV131.12105.36164.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=47.15%
G=29.27%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821139100.380.50.2914.5138.453.53
HexB6715B026321Df2636
Octal2661611330466235174666
Binary10110110111000110110110100110110010111011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6715B; }

 p { color: rgb(182,113,91); }

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

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

 a { background-color: rgb(182,113,91); }

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

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

 span { border-color: rgb(182,113,91); }

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