#B0664E

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

Shades of Sante Fe #B0664E

Tints of Sante Fe #B0664E

Color information

#B0664E (or 0xB0664E) is unknown color: approx Sante Fe. HEX triplet: B0, 66 and 4E. RGB value is (176,102,78). Sum of RGB (Red+Green+Blue) = 176+102+78=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0664E is #4F99B1. Grayscale: #797979. Windows color (decimal): -5216690 or 5138096. OLE color: 5138096.

HSL color Cylindrical-coordinate representation of color #B0664E: hue angle of 14.69º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0664E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17610278-
CMYK00.420.560.31
HSL14.69º38.58%49.8%-
HSV(B)14.69º55.68%69.02%-
XYZ24.0319.289.66-
YUV121.39103.52166.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=49.44%
G=28.65%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761027800.420.560.3114.6938.5849.8
HexB0664E02A381Ff2732
Octal2601461160527037174762
Binary10110000110011010011100101010111000111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0664E; }

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

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

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

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

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

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

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

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