#B06851

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

Shades of Sante Fe #B06851

Tints of Sante Fe #B06851

Color information

#B06851 (or 0xB06851) is unknown color: approx Sante Fe. HEX triplet: B0, 68 and 51. RGB value is (176,104,81). Sum of RGB (Red+Green+Blue) = 176+104+81=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06851 is #4F97AE. Grayscale: #7B7B7B. Windows color (decimal): -5216175 or 5335216. OLE color: 5335216.

HSL color Cylindrical-coordinate representation of color #B06851: hue angle of 14.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06851 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17610481-
CMYK00.410.540.31
HSL14.53º37.55%50.39%-
HSV(B)14.53º53.98%69.02%-
XYZ24.3419.7210.31-
YUV122.91104.35165.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=48.75%
G=28.81%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761048100.410.540.3114.5337.5550.39
HexB06851029361Ff2632
Octal2601501210516637174662
Binary10110000110100010100010101001110110111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06851; }

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

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

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

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

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

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

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

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