#B6705B

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

Shades of Sante Fe #B6705B

Tints of Sante Fe #B6705B

Color information

#B6705B (or 0xB6705B) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 5B. RGB value is (182,112,91). Sum of RGB (Red+Green+Blue) = 182+112+91=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6705B is #498FA4. Grayscale: #828282. Windows color (decimal): -4820901 or 5992630. OLE color: 5992630.

HSL color Cylindrical-coordinate representation of color #B6705B: hue angle of 13.85º 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 #B6705B is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18211291-
CMYK00.380.50.29
HSL13.85º38.4%53.53%-
HSV(B)13.85º50%71.37%-
XYZ26.9722.2912.78-
YUV130.54105.69164.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=47.27%
G=29.09%
B=23.64%

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
Decimal1821129100.380.50.2913.8538.453.53
HexB6705B026321De2636
Octal2661601330466235164666
Binary10110110111000010110110100110110010111011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6705B; }

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

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

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

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

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

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

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

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