#B3664E

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

Shades of Sante Fe #B3664E

Tints of Sante Fe #B3664E

Color information

#B3664E (or 0xB3664E) is unknown color: approx Sante Fe. HEX triplet: B3, 66 and 4E. RGB value is (179,102,78). Sum of RGB (Red+Green+Blue) = 179+102+78=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3664E is #4C99B1. Grayscale: #7A7A7A. Windows color (decimal): -5020082 or 5138099. OLE color: 5138099.

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

Color convert

RGB17910278-
CMYK00.430.560.30
HSL14.26º39.92%50.39%-
HSV(B)14.26º56.42%70.2%-
XYZ24.7219.649.7-
YUV122.29103.01168.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=49.86%
G=28.41%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791027800.430.560.3014.2639.9250.39
HexB3664E02B381Ee2832
Octal2631461160537036165062
Binary10110011110011010011100101011111000111101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3664E; }

 p { color: rgb(179,102,78); }

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

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

 a { background-color: rgb(179,102,78); }

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

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

 span { border-color: rgb(179,102,78); }

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