#B06855

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

Shades of Sante Fe #B06855

Tints of Sante Fe #B06855

Color information

#B06855 (or 0xB06855) is unknown color: approx Sante Fe. HEX triplet: B0, 68 and 55. RGB value is (176,104,85). Sum of RGB (Red+Green+Blue) = 176+104+85=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B06855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06855 is #4F97AA. Grayscale: #7B7B7B. Windows color (decimal): -5216171 or 5597360. OLE color: 5597360.

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

Color convert

RGB17610485-
CMYK00.410.520.31
HSL12.53º36.55%51.18%-
HSV(B)12.53º51.7%69.02%-
XYZ24.4919.7911.12-
YUV123.36106.35165.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=48.22%
G=28.49%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761048500.410.520.3112.5336.5551.18
HexB06855029341Fd2533
Octal2601501250516437154563
Binary10110000110100010101010101001110100111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06855; }

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

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

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

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

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

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

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

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