#B06C55

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

Shades of Sante Fe #B06C55

Tints of Sante Fe #B06C55

Color information

#B06C55 (or 0xB06C55) is unknown color: approx Sante Fe. HEX triplet: B0, 6C and 55. RGB value is (176,108,85). Sum of RGB (Red+Green+Blue) = 176+108+85=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C55 is #4F93AA. Grayscale: #7D7D7D. Windows color (decimal): -5215147 or 5598384. OLE color: 5598384.

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

Color convert

RGB17610885-
CMYK00.390.520.31
HSL15.16º36.55%51.18%-
HSV(B)15.16º51.7%69.02%-
XYZ24.9120.6111.26-
YUV125.71105.03163.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=47.70%
G=29.27%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761088500.390.520.3115.1636.5551.18
HexB06C55027341Ff2533
Octal2601541250476437174563
Binary10110000110110010101010100111110100111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C55; }

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

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

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

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

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

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

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

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