#B67157

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

Shades of Sante Fe #B67157

Tints of Sante Fe #B67157

Color information

#B67157 (or 0xB67157) is unknown color: approx Sante Fe. HEX triplet: B6, 71 and 57. RGB value is (182,113,87). Sum of RGB (Red+Green+Blue) = 182+113+87=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67157 is #498EA8. Grayscale: #828282. Windows color (decimal): -4820649 or 5730742. OLE color: 5730742.

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

Color convert

RGB18211387-
CMYK00.380.520.29
HSL16.42º39.42%52.75%-
HSV(B)16.42º52.2%71.37%-
XYZ26.9222.4411.93-
YUV130.67103.36164.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=47.64%
G=29.58%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821138700.380.520.2916.4239.4252.75
HexB67157026341D102735
Octal2661611270466435204765
Binary101101101110001101011101001101101001110110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67157; }

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

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

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

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

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

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

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

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