#B67957

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

Shades of Sante Fe #B67957

Tints of Sante Fe #B67957

Color information

#B67957 (or 0xB67957) is unknown color: approx Sante Fe. HEX triplet: B6, 79 and 57. RGB value is (182,121,87). Sum of RGB (Red+Green+Blue) = 182+121+87=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B67957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67957 is #4986A8. Grayscale: #878787. Windows color (decimal): -4818601 or 5732790. OLE color: 5732790.

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

Color convert

RGB18212187-
CMYK00.340.520.29
HSL21.47º39.42%52.75%-
HSV(B)21.47º52.2%71.37%-
XYZ27.8524.3112.24-
YUV135.36100.71161.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=46.67%
G=31.03%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821218700.340.520.2921.4739.4252.75
HexB67957022341D152735
Octal2661711270426435254765
Binary101101101111001101011101000101101001110110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67957; }

 p { color: rgb(182,121,87); }

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

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

 a { background-color: rgb(182,121,87); }

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

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

 span { border-color: rgb(182,121,87); }

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