#B46653

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

Shades of Sante Fe #B46653

Tints of Sante Fe #B46653

Color information

#B46653 (or 0xB46653) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 53. RGB value is (180,102,83). Sum of RGB (Red+Green+Blue) = 180+102+83=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46653 is #4B99AC. Grayscale: #7B7B7B. Windows color (decimal): -4954541 or 5465780. OLE color: 5465780.

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

Color convert

RGB18010283-
CMYK00.430.540.29
HSL11.75º39.27%51.57%-
HSV(B)11.75º53.89%70.59%-
XYZ25.1419.8310.69-
YUV123.16105.34168.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=49.32%
G=27.95%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028300.430.540.2911.7539.2751.57
HexB4665302B361Dc2734
Octal2641461230536635144764
Binary10110100110011010100110101011110110111011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46653; }

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

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

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

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

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

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

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

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