#B46651

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

Shades of Sante Fe #B46651

Tints of Sante Fe #B46651

Color information

#B46651 (or 0xB46651) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 51. RGB value is (180,102,81). Sum of RGB (Red+Green+Blue) = 180+102+81=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46651 is #4B99AE. Grayscale: #7B7B7B. Windows color (decimal): -4954543 or 5334708. OLE color: 5334708.

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

Color convert

RGB18010281-
CMYK00.430.550.29
HSL12.73º39.76%51.18%-
HSV(B)12.73º55%70.59%-
XYZ25.0619.810.29-
YUV122.93104.34168.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=49.59%
G=28.10%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801028100.430.550.2912.7339.7651.18
HexB4665102B371Dd2833
Octal2641461210536735155063
Binary10110100110011010100010101011110111111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46651; }

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

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

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

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

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

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

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

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