#B4734D

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

Shades of Sante Fe #B4734D

Tints of Sante Fe #B4734D

Color information

#B4734D (or 0xB4734D) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 4D. RGB value is (180,115,77). Sum of RGB (Red+Green+Blue) = 180+115+77=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4734D is #4B8CB2. Grayscale: #828282. Windows color (decimal): -4951219 or 5075892. OLE color: 5075892.

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

Color convert

RGB18011577-
CMYK00.360.570.29
HSL22.14º40.71%50.39%-
HSV(B)22.14º57.22%70.59%-
XYZ26.2922.59.98-
YUV130.198.03163.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=48.39%
G=30.91%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801157700.360.570.2922.1440.7150.39
HexB4734D024391D162932
Octal2641631150447135265162
Binary101101001110011100110101001001110011110110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4734D; }

 p { color: rgb(180,115,77); }

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

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

 a { background-color: rgb(180,115,77); }

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

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

 span { border-color: rgb(180,115,77); }

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