#B3694B

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

Shades of Sante Fe #B3694B

Tints of Sante Fe #B3694B

Color information

#B3694B (or 0xB3694B) is unknown color: approx Sante Fe. HEX triplet: B3, 69 and 4B. RGB value is (179,105,75). Sum of RGB (Red+Green+Blue) = 179+105+75=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3694B is #4C96B4. Grayscale: #7B7B7B. Windows color (decimal): -5019317 or 4942259. OLE color: 4942259.

HSL color Cylindrical-coordinate representation of color #B3694B: hue angle of 17.31º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3694B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17910575-
CMYK00.410.580.30
HSL17.31º40.94%49.8%-
HSV(B)17.31º58.1%70.2%-
XYZ24.9120.199.24-
YUV123.71100.52167.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=49.86%
G=29.25%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791057500.410.580.3017.3140.9449.8
HexB3694B0293A1E112932
Octal2631511130517236215162
Binary101100111101001100101101010011110101111010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3694B; }

 p { color: rgb(179,105,75); }

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

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

 a { background-color: rgb(179,105,75); }

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

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

 span { border-color: rgb(179,105,75); }

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