#b06650

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

Shades of Sante Fe #B06650

Tints of Sante Fe #B06650

Color information

#B06650 (or 0xB06650) is unknown color: approx Sante Fe. HEX triplet: B0, 66 and 50. RGB value is (176,102,80). Sum of RGB (Red+Green+Blue) = 176+102+80=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06650 is #4F99AF. Grayscale: #797979. Windows color (decimal): -5216688 or 5269168. OLE color: 5269168.

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

Color convert

RGB17610280-
CMYK00.420.550.31
HSL13.75º37.8%50.2%-
HSV(B)13.75º54.55%69.02%-
XYZ24.119.3110.05-
YUV121.62104.52166.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=49.16%
G=28.49%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761028000.420.550.3113.7537.850.2
HexB0665002A371Fe2632
Octal2601461200526737164662
Binary10110000110011010100000101010110111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06650; }

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

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

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

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

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

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

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

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