#B46657

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

Shades of Sante Fe #B46657

Tints of Sante Fe #B46657

Color information

#B46657 (or 0xB46657) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 57. RGB value is (180,102,87). Sum of RGB (Red+Green+Blue) = 180+102+87=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46657 is #4B99A8. Grayscale: #7B7B7B. Windows color (decimal): -4954537 or 5727924. OLE color: 5727924.

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

Color convert

RGB18010287-
CMYK00.430.520.29
HSL9.68º38.27%52.35%-
HSV(B)9.68º51.67%70.59%-
XYZ25.2919.8911.52-
YUV123.61107.34168.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=48.78%
G=27.64%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028700.430.520.299.6838.2752.35
HexB4665702B341Da2634
Octal2641461270536435124664
Binary10110100110011010101110101011110100111011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46657; }

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

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

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

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

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

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

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

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