#B06757

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

Shades of Sante Fe #B06757

Tints of Sante Fe #B06757

Color information

#B06757 (or 0xB06757) is unknown color: approx Sante Fe. HEX triplet: B0, 67 and 57. RGB value is (176,103,87). Sum of RGB (Red+Green+Blue) = 176+103+87=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B06757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06757 is #4F98A8. Grayscale: #7B7B7B. Windows color (decimal): -5216425 or 5728176. OLE color: 5728176.

HSL color Cylindrical-coordinate representation of color #B06757: hue angle of 10.79º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06757 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17610387-
CMYK00.410.510.31
HSL10.79º36.03%51.57%-
HSV(B)10.79º50.57%69.02%-
XYZ24.4819.6211.51-
YUV123107.68165.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=48.09%
G=28.14%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761038700.410.510.3110.7936.0351.57
HexB06757029331Fb2434
Octal2601471270516337134464
Binary10110000110011110101110101001110011111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06757; }

 p { color: rgb(176,103,87); }

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

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

 a { background-color: rgb(176,103,87); }

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

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

 span { border-color: rgb(176,103,87); }

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