#B5734E

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

Shades of Sante Fe #B5734E

Tints of Sante Fe #B5734E

Color information

#B5734E (or 0xB5734E) is unknown color: approx Sante Fe. HEX triplet: B5, 73 and 4E. RGB value is (181,115,78). Sum of RGB (Red+Green+Blue) = 181+115+78=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5734E is #4A8CB1. Grayscale: #828282. Windows color (decimal): -4885682 or 5141429. OLE color: 5141429.

HSL color Cylindrical-coordinate representation of color #B5734E: hue angle of 21.55º degrees, saturation: 0.41, 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 #B5734E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18111578-
CMYK00.360.570.29
HSL21.55º41.04%50.78%-
HSV(B)21.55º56.91%70.98%-
XYZ26.5622.6410.18-
YUV130.5298.37164.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=48.40%
G=30.75%
B=20.86%

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
Decimal1811157800.360.570.2921.5541.0450.78
HexB5734E024391D162933
Octal2651631160447135265163
Binary101101011110011100111001001001110011110110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5734E; }

 p { color: rgb(181,115,78); }

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

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

 a { background-color: rgb(181,115,78); }

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

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

 span { border-color: rgb(181,115,78); }

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