#B1674E

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

Shades of Sante Fe #B1674E

Tints of Sante Fe #B1674E

Color information

#B1674E (or 0xB1674E) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 4E. RGB value is (177,103,78). Sum of RGB (Red+Green+Blue) = 177+103+78=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1674E is #4E98B1. Grayscale: #7A7A7A. Windows color (decimal): -5150898 or 5138353. OLE color: 5138353.

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

Color convert

RGB17710378-
CMYK00.420.560.31
HSL15.15º38.82%50%-
HSV(B)15.15º55.93%69.41%-
XYZ24.3619.69.71-
YUV122.28103.02167.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=49.44%
G=28.77%
B=21.79%

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
Decimal1771037800.420.560.3115.1538.8250
HexB1674E02A381Ff2732
Octal2611471160527037174762
Binary10110001110011110011100101010111000111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1674E; }

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

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

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

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

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

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

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

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