#B1774F

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

Shades of Sante Fe #B1774F

Tints of Sante Fe #B1774F

Color information

#B1774F (or 0xB1774F) is unknown color: approx Sante Fe. HEX triplet: B1, 77 and 4F. RGB value is (177,119,79). Sum of RGB (Red+Green+Blue) = 177+119+79=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1774F is #4E88B0. Grayscale: #848484. Windows color (decimal): -5146801 or 5207985. OLE color: 5207985.

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

Color convert

RGB17711979-
CMYK00.330.550.31
HSL24.49º38.58%50.2%-
HSV(B)24.49º55.37%69.41%-
XYZ26.1423.1110.48-
YUV131.7898.22160.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=47.2%
G=31.73%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771197900.330.550.3124.4938.5850.2
HexB1774F021371F182732
Octal2611671170416737304762
Binary101100011110111100111101000011101111111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1774F; }

 p { color: rgb(177,119,79); }

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

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

 a { background-color: rgb(177,119,79); }

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

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

 span { border-color: rgb(177,119,79); }

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