#B06355

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

Shades of Sante Fe #B06355

Tints of Sante Fe #B06355

Color information

#B06355 (or 0xB06355) is unknown color: approx Sante Fe. HEX triplet: B0, 63 and 55. RGB value is (176,99,85). Sum of RGB (Red+Green+Blue) = 176+99+85=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06355 is #4F9CAA. Grayscale: #787878. Windows color (decimal): -5217451 or 5596080. OLE color: 5596080.

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

Color convert

RGB1769985-
CMYK00.440.520.31
HSL9.23º36.55%51.18%-
HSV(B)9.23º51.7%69.02%-
XYZ24.0118.8110.96-
YUV120.43108.01167.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=48.89%
G=27.5%
B=23.61%

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
Decimal176998500.440.520.319.2336.5551.18
HexB0635502C341F92533
Octal2601431250546437114563
Binary10110000110001110101010101100110100111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06355; }

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

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

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

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

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

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

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

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