#b06957

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

Shades of Sante Fe #B06957

Tints of Sante Fe #B06957

Color information

#B06957 (or 0xB06957) is unknown color: approx Sante Fe. HEX triplet: B0, 69 and 57. RGB value is (176,105,87). Sum of RGB (Red+Green+Blue) = 176+105+87=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B06957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06957 is #4F96A8. Grayscale: #7C7C7C. Windows color (decimal): -5215913 or 5728688. OLE color: 5728688.

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

Color convert

RGB17610587-
CMYK00.400.510.31
HSL12.13º36.03%51.57%-
HSV(B)12.13º50.57%69.02%-
XYZ24.6820.0211.58-
YUV124.18107.02164.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=47.83%
G=28.53%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761058700.400.510.3112.1336.0351.57
HexB06957028331Fc2434
Octal2601511270506337144464
Binary10110000110100110101110101000110011111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06957; }

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

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

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

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

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

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

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

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