#B4704F

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

Shades of Sante Fe #B4704F

Tints of Sante Fe #B4704F

Color information

#B4704F (or 0xB4704F) is unknown color: approx Sante Fe. HEX triplet: B4, 70 and 4F. RGB value is (180,112,79). Sum of RGB (Red+Green+Blue) = 180+112+79=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4704F is #4B8FB0. Grayscale: #808080. Windows color (decimal): -4951985 or 5206196. OLE color: 5206196.

HSL color Cylindrical-coordinate representation of color #B4704F: hue angle of 19.6º 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 #B4704F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18011279-
CMYK00.380.560.29
HSL19.6º40.24%50.78%-
HSV(B)19.6º56.11%70.59%-
XYZ26.0321.8610.24-
YUV128.57100.03164.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=48.52%
G=30.19%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801127900.380.560.2919.640.2450.78
HexB4704F026381D142833
Octal2641601170467035245063
Binary101101001110000100111101001101110001110110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4704F; }

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

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

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

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

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

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

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

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