#B06457

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

Shades of Sante Fe #B06457

Tints of Sante Fe #B06457

Color information

#B06457 (or 0xB06457) is unknown color: approx Sante Fe. HEX triplet: B0, 64 and 57. RGB value is (176,100,87). Sum of RGB (Red+Green+Blue) = 176+100+87=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06457 is #4F9BA8. Grayscale: #797979. Windows color (decimal): -5217193 or 5727408. OLE color: 5727408.

HSL color Cylindrical-coordinate representation of color #B06457: hue angle of 8.76º 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 #B06457 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17610087-
CMYK00.430.510.31
HSL8.76º36.03%51.57%-
HSV(B)8.76º50.57%69.02%-
XYZ24.1819.0311.42-
YUV121.24108.68167.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=48.48%
G=27.55%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761008700.430.510.318.7636.0351.57
HexB0645702B331F92434
Octal2601441270536337114464
Binary10110000110010010101110101011110011111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06457; }

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

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

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

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

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

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

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

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