#B9694E

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

Shades of Sante Fe #B9694E

Tints of Sante Fe #B9694E

Color information

#B9694E (or 0xB9694E) is unknown color: approx Sante Fe. HEX triplet: B9, 69 and 4E. RGB value is (185,105,78). Sum of RGB (Red+Green+Blue) = 185+105+78=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9694E is #4696B1. Grayscale: #7E7E7E. Windows color (decimal): -4626098 or 5138873. OLE color: 5138873.

HSL color Cylindrical-coordinate representation of color #B9694E: hue angle of 15.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9694E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18510578-
CMYK00.430.580.27
HSL15.14º43.32%51.57%-
HSV(B)15.14º57.84%72.55%-
XYZ26.4320.979.86-
YUV125.84101170.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=50.27%
G=28.53%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851057800.430.580.2715.1443.3251.57
HexB9694E02B3A1Bf2b34
Octal2711511160537233175364
Binary10111001110100110011100101011111010110111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9694E; }

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

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

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

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

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

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

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

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