#B3694D

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

Shades of Sante Fe #B3694D

Tints of Sante Fe #B3694D

Color information

#B3694D (or 0xB3694D) is unknown color: approx Sante Fe. HEX triplet: B3, 69 and 4D. RGB value is (179,105,77). Sum of RGB (Red+Green+Blue) = 179+105+77=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3694D is #4C96B2. Grayscale: #7C7C7C. Windows color (decimal): -5019315 or 5073331. OLE color: 5073331.

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

Color convert

RGB17910577-
CMYK00.410.570.30
HSL16.47º40.16%50.2%-
HSV(B)16.47º56.98%70.2%-
XYZ24.9820.229.61-
YUV123.93101.52167.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=49.58%
G=29.09%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791057700.410.570.3016.4740.1650.2
HexB3694D029391E102832
Octal2631511150517136205062
Binary101100111101001100110101010011110011111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3694D; }

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

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

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

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

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

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

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

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