#B8694E

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

Shades of Sante Fe #B8694E

Tints of Sante Fe #B8694E

Color information

#B8694E (or 0xB8694E) is unknown color: approx Sante Fe. HEX triplet: B8, 69 and 4E. RGB value is (184,105,78). Sum of RGB (Red+Green+Blue) = 184+105+78=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B8694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8694E is #4796B1. Grayscale: #7D7D7D. Windows color (decimal): -4691634 or 5138872. OLE color: 5138872.

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

Color convert

RGB18410578-
CMYK00.430.580.28
HSL15.28º42.74%51.37%-
HSV(B)15.28º57.61%72.16%-
XYZ26.1920.849.85-
YUV125.54101.17169.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=50.14%
G=28.61%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841057800.430.580.2815.2842.7451.37
HexB8694E02B3A1Cf2b33
Octal2701511160537234175363
Binary10111000110100110011100101011111010111001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8694E; }

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

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

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

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

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

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

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

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