#B06655

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

Shades of Sante Fe #B06655

Tints of Sante Fe #B06655

Color information

#B06655 (or 0xB06655) is unknown color: approx Sante Fe. HEX triplet: B0, 66 and 55. RGB value is (176,102,85). Sum of RGB (Red+Green+Blue) = 176+102+85=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06655 is #4F99AA. Grayscale: #7A7A7A. Windows color (decimal): -5216683 or 5596848. OLE color: 5596848.

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

Color convert

RGB17610285-
CMYK00.420.520.31
HSL11.21º36.55%51.18%-
HSV(B)11.21º51.7%69.02%-
XYZ24.319.3911.06-
YUV122.19107.02166.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=48.48%
G=28.10%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761028500.420.520.3111.2136.5551.18
HexB0665502A341Fb2533
Octal2601461250526437134563
Binary10110000110011010101010101010110100111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06655; }

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

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

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

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

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

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

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

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