#B4644E

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

Shades of Sante Fe #B4644E

Tints of Sante Fe #B4644E

Color information

#B4644E (or 0xB4644E) is unknown color: approx Sante Fe. HEX triplet: B4, 64 and 4E. RGB value is (180,100,78). Sum of RGB (Red+Green+Blue) = 180+100+78=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4644E is #4B9BB1. Grayscale: #797979. Windows color (decimal): -4955058 or 5137588. OLE color: 5137588.

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

Color convert

RGB18010078-
CMYK00.440.570.29
HSL12.94º40.48%50.59%-
HSV(B)12.94º56.67%70.59%-
XYZ24.7519.379.64-
YUV121.41103.5169.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=50.28%
G=27.93%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801007800.440.570.2912.9440.4850.59
HexB4644E02C391Dd2833
Octal2641441160547135155063
Binary10110100110010010011100101100111001111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4644E; }

 p { color: rgb(180,100,78); }

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

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

 a { background-color: rgb(180,100,78); }

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

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

 span { border-color: rgb(180,100,78); }

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