#B6715A

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

Shades of Sante Fe #B6715A

Tints of Sante Fe #B6715A

Color information

#B6715A (or 0xB6715A) is unknown color: approx Sante Fe. HEX triplet: B6, 71 and 5A. RGB value is (182,113,90). Sum of RGB (Red+Green+Blue) = 182+113+90=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6715A is #498EA5. Grayscale: #838383. Windows color (decimal): -4820646 or 5927350. OLE color: 5927350.

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

Color convert

RGB18211390-
CMYK00.380.510.29
HSL15º38.66%53.33%-
HSV(B)15º50.55%71.37%-
XYZ27.0422.4912.59-
YUV131.01104.86164.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=47.27%
G=29.35%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821139000.380.510.291538.6653.33
HexB6715A026331Df2735
Octal2661611320466335174765
Binary10110110111000110110100100110110011111011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6715A; }

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

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

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

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

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

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

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

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