#B46954

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

Shades of Sante Fe #B46954

Tints of Sante Fe #B46954

Color information

#B46954 (or 0xB46954) is unknown color: approx Sante Fe. HEX triplet: B4, 69 and 54. RGB value is (180,105,84). Sum of RGB (Red+Green+Blue) = 180+105+84=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B46954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46954 is #4B96AB. Grayscale: #7D7D7D. Windows color (decimal): -4953772 or 5532084. OLE color: 5532084.

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

Color convert

RGB18010584-
CMYK00.420.530.29
HSL13.12º39.02%51.76%-
HSV(B)13.12º53.33%70.59%-
XYZ25.4720.4510.99-
YUV125.03104.85167.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=48.78%
G=28.46%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801058400.420.530.2913.1239.0251.76
HexB4695402A351Dd2734
Octal2641511240526535154764
Binary10110100110100110101000101010110101111011101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46954; }

 p { color: rgb(180,105,84); }

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

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

 a { background-color: rgb(180,105,84); }

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

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

 span { border-color: rgb(180,105,84); }

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