#B46650

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

Shades of Sante Fe #B46650

Tints of Sante Fe #B46650

Color information

#B46650 (or 0xB46650) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 50. RGB value is (180,102,80). Sum of RGB (Red+Green+Blue) = 180+102+80=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B46650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46650 is #4B99AF. Grayscale: #7A7A7A. Windows color (decimal): -4954544 or 5269172. OLE color: 5269172.

HSL color Cylindrical-coordinate representation of color #B46650: hue angle of 13.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46650 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18010280-
CMYK00.430.560.29
HSL13.2º40%50.98%-
HSV(B)13.2º55.56%70.59%-
XYZ25.0219.7910.09-
YUV122.81103.84168.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=49.72%
G=28.18%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028000.430.560.2913.24050.98
HexB4665002B381Dd2833
Octal2641461200537035155063
Binary10110100110011010100000101011111000111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46650; }

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

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

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

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

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

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

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

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