#B67757

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

Shades of Sante Fe #B67757

Tints of Sante Fe #B67757

Color information

#B67757 (or 0xB67757) is unknown color: approx Sante Fe. HEX triplet: B6, 77 and 57. RGB value is (182,119,87). Sum of RGB (Red+Green+Blue) = 182+119+87=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67757 is #4988A8. Grayscale: #868686. Windows color (decimal): -4819113 or 5732278. OLE color: 5732278.

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

Color convert

RGB18211987-
CMYK00.350.520.29
HSL20.21º39.42%52.75%-
HSV(B)20.21º52.2%71.37%-
XYZ27.6123.8312.16-
YUV134.19101.37162.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=46.91%
G=30.67%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821198700.350.520.2920.2139.4252.75
HexB67757023341D142735
Octal2661671270436435244765
Binary101101101110111101011101000111101001110110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67757; }

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

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

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

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

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

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

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

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