#B0614E

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

Shades of Sante Fe #B0614E

Tints of Sante Fe #B0614E

Color information

#B0614E (or 0xB0614E) is unknown color: approx Sante Fe. HEX triplet: B0, 61 and 4E. RGB value is (176,97,78). Sum of RGB (Red+Green+Blue) = 176+97+78=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0614E is #4F9EB1. Grayscale: #767676. Windows color (decimal): -5217970 or 5136816. OLE color: 5136816.

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

Color convert

RGB1769778-
CMYK00.450.560.31
HSL11.63º38.58%49.8%-
HSV(B)11.63º55.68%69.02%-
XYZ23.5518.339.5-
YUV118.45105.17169.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=50.14%
G=27.64%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176977800.450.560.3111.6338.5849.8
HexB0614E02D381Fc2732
Octal2601411160557037144762
Binary10110000110000110011100101101111000111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0614E; }

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

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

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

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

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

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

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

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