#B4744F

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

Shades of Sante Fe #B4744F

Tints of Sante Fe #B4744F

Color information

#B4744F (or 0xB4744F) is unknown color: approx Sante Fe. HEX triplet: B4, 74 and 4F. RGB value is (180,116,79). Sum of RGB (Red+Green+Blue) = 180+116+79=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4744F is #4B8BB0. Grayscale: #838383. Windows color (decimal): -4950961 or 5207220. OLE color: 5207220.

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

Color convert

RGB18011679-
CMYK00.360.560.29
HSL21.98º40.24%50.78%-
HSV(B)21.98º56.11%70.59%-
XYZ26.4822.7610.39-
YUV130.9298.7163.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=48%
G=30.93%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801167900.360.560.2921.9840.2450.78
HexB4744F024381D162833
Octal2641641170447035265063
Binary101101001110100100111101001001110001110110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4744F; }

 p { color: rgb(180,116,79); }

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

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

 a { background-color: rgb(180,116,79); }

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

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

 span { border-color: rgb(180,116,79); }

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