#B06657

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

Shades of Sante Fe #B06657

Tints of Sante Fe #B06657

Color information

#B06657 (or 0xB06657) is unknown color: approx Sante Fe. HEX triplet: B0, 66 and 57. RGB value is (176,102,87). Sum of RGB (Red+Green+Blue) = 176+102+87=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06657 is #4F99A8. Grayscale: #7A7A7A. Windows color (decimal): -5216681 or 5727920. OLE color: 5727920.

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

Color convert

RGB17610287-
CMYK00.420.510.31
HSL10.11º36.03%51.57%-
HSV(B)10.11º50.57%69.02%-
XYZ24.3819.4211.48-
YUV122.42108.02166.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=48.22%
G=27.95%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761028700.420.510.3110.1136.0351.57
HexB0665702A331Fa2434
Octal2601461270526337124464
Binary10110000110011010101110101010110011111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06657; }

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

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

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

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

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

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

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

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