#B67259

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

Shades of Sante Fe #B67259

Tints of Sante Fe #B67259

Color information

#B67259 (or 0xB67259) is unknown color: approx Sante Fe. HEX triplet: B6, 72 and 59. RGB value is (182,114,89). Sum of RGB (Red+Green+Blue) = 182+114+89=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67259 is #498DA6. Grayscale: #838383. Windows color (decimal): -4820391 or 5862070. OLE color: 5862070.

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

Color convert

RGB18211489-
CMYK00.370.510.29
HSL16.13º38.91%53.14%-
HSV(B)16.13º51.1%71.37%-
XYZ27.1122.712.4-
YUV131.48104.03164.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=47.27%
G=29.61%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821148900.370.510.2916.1338.9153.14
HexB67259025331D102735
Octal2661621310456335204765
Binary101101101110010101100101001011100111110110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67259; }

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

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

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

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

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

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

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

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