#B1784E

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

Shades of Sante Fe #B1784E

Tints of Sante Fe #B1784E

Color information

#B1784E (or 0xB1784E) is unknown color: approx Sante Fe. HEX triplet: B1, 78 and 4E. RGB value is (177,120,78). Sum of RGB (Red+Green+Blue) = 177+120+78=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1784E is #4E87B1. Grayscale: #848484. Windows color (decimal): -5146546 or 5142705. OLE color: 5142705.

HSL color Cylindrical-coordinate representation of color #B1784E: hue angle of 25.45º 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 #B1784E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17712078-
CMYK00.320.560.31
HSL25.45º38.82%50%-
HSV(B)25.45º55.93%69.41%-
XYZ26.2223.3310.33-
YUV132.2697.38159.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=47.2%
G=32%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771207800.320.560.3125.4538.8250
HexB1784E020381F192732
Octal2611701160407037314762
Binary101100011111000100111001000001110001111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1784E; }

 p { color: rgb(177,120,78); }

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

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

 a { background-color: rgb(177,120,78); }

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

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

 span { border-color: rgb(177,120,78); }

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