#B67557

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

Shades of Sante Fe #B67557

Tints of Sante Fe #B67557

Color information

#B67557 (or 0xB67557) is unknown color: approx Sante Fe. HEX triplet: B6, 75 and 57. RGB value is (182,117,87). Sum of RGB (Red+Green+Blue) = 182+117+87=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B67557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67557 is #498AA8. Grayscale: #858585. Windows color (decimal): -4819625 or 5731766. OLE color: 5731766.

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

Color convert

RGB18211787-
CMYK00.360.520.29
HSL18.95º39.42%52.75%-
HSV(B)18.95º52.2%71.37%-
XYZ27.3723.3612.08-
YUV133.02102.03162.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=47.15%
G=30.31%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821178700.360.520.2918.9539.4252.75
HexB67557024341D132735
Octal2661651270446435234765
Binary101101101110101101011101001001101001110110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67557; }

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

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

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

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

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

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

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

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