#B06255

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

Shades of Sante Fe #B06255

Tints of Sante Fe #B06255

Color information

#B06255 (or 0xB06255) is unknown color: approx Sante Fe. HEX triplet: B0, 62 and 55. RGB value is (176,98,85). Sum of RGB (Red+Green+Blue) = 176+98+85=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06255 is #4F9DAA. Grayscale: #777777. Windows color (decimal): -5217707 or 5595824. OLE color: 5595824.

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

Color convert

RGB1769885-
CMYK00.440.520.31
HSL8.57º36.55%51.18%-
HSV(B)8.57º51.7%69.02%-
XYZ23.9118.6210.93-
YUV119.84108.34168.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=49.03%
G=27.30%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176988500.440.520.318.5736.5551.18
HexB0625502C341F92533
Octal2601421250546437114563
Binary10110000110001010101010101100110100111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06255; }

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

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

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

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

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

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

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

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