#B67859

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

Shades of Sante Fe #B67859

Tints of Sante Fe #B67859

Color information

#B67859 (or 0xB67859) is unknown color: approx Sante Fe. HEX triplet: B6, 78 and 59. RGB value is (182,120,89). Sum of RGB (Red+Green+Blue) = 182+120+89=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B67859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67859 is #4987A6. Grayscale: #878787. Windows color (decimal): -4818855 or 5863606. OLE color: 5863606.

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

Color convert

RGB18212089-
CMYK00.340.510.29
HSL20º38.91%53.14%-
HSV(B)20º51.1%71.37%-
XYZ27.8124.112.64-
YUV135102.04161.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=46.55%
G=30.69%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821208900.340.510.292038.9153.14
HexB67859022331D142735
Octal2661701310426335244765
Binary101101101111000101100101000101100111110110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67859; }

 p { color: rgb(182,120,89); }

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

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

 a { background-color: rgb(182,120,89); }

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

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

 span { border-color: rgb(182,120,89); }

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