#B8714E

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

Shades of Sante Fe #B8714E

Tints of Sante Fe #B8714E

Color information

#B8714E (or 0xB8714E) is unknown color: approx Sante Fe. HEX triplet: B8, 71 and 4E. RGB value is (184,113,78). Sum of RGB (Red+Green+Blue) = 184+113+78=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8714E is #478EB1. Grayscale: #828282. Windows color (decimal): -4689586 or 5140920. OLE color: 5140920.

HSL color Cylindrical-coordinate representation of color #B8714E: hue angle of 19.81º 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 #B8714E is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411378-
CMYK00.390.580.28
HSL19.81º42.74%51.37%-
HSV(B)19.81º57.61%72.16%-
XYZ27.0522.5510.13-
YUV130.2498.52166.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=49.07%
G=30.13%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841137800.390.580.2819.8142.7451.37
HexB8714E0273A1C142b33
Octal2701611160477234245363
Binary101110001110001100111001001111110101110010100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8714E; }

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

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

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

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

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

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

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

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