#B06150

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

Shades of Sante Fe #B06150

Tints of Sante Fe #B06150

Color information

#B06150 (or 0xB06150) is unknown color: approx Sante Fe. HEX triplet: B0, 61 and 50. RGB value is (176,97,80). Sum of RGB (Red+Green+Blue) = 176+97+80=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B06150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06150 is #4F9EAF. Grayscale: #767676. Windows color (decimal): -5217968 or 5267888. OLE color: 5267888.

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

Color convert

RGB1769780-
CMYK00.450.550.31
HSL10.63º37.8%50.2%-
HSV(B)10.63º54.55%69.02%-
XYZ23.6318.369.89-
YUV118.68106.17168.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=49.86%
G=27.48%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176978000.450.550.3110.6337.850.2
HexB0615002D371Fb2632
Octal2601411200556737134662
Binary10110000110000110100000101101110111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06150; }

 p { color: rgb(176,97,80); }

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

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

 a { background-color: rgb(176,97,80); }

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

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

 span { border-color: rgb(176,97,80); }

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