#B8734E

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

Shades of Sante Fe #B8734E

Tints of Sante Fe #B8734E

Color information

#B8734E (or 0xB8734E) is unknown color: approx Sante Fe. HEX triplet: B8, 73 and 4E. RGB value is (184,115,78). Sum of RGB (Red+Green+Blue) = 184+115+78=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8734E is #478CB1. Grayscale: #838383. Windows color (decimal): -4689074 or 5141432. OLE color: 5141432.

HSL color Cylindrical-coordinate representation of color #B8734E: hue angle of 20.94º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8734E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411578-
CMYK00.380.580.28
HSL20.94º42.74%51.37%-
HSV(B)20.94º57.61%72.16%-
XYZ27.272310.21-
YUV131.4197.86165.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=48.81%
G=30.50%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841157800.380.580.2820.9442.7451.37
HexB8734E0263A1C152b33
Octal2701631160467234255363
Binary101110001110011100111001001101110101110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8734E; }

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

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

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

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

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

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

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

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