#FFB174

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

Shades of Tacao #FFB174

Tints of Tacao #FFB174

Color information

#FFB174 (or 0xFFB174) is unknown color: approx Tacao. HEX triplet: FF, B1 and 74. RGB value is (255,177,116). Sum of RGB (Red+Green+Blue) = 255+177+116=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB174 is #004E8B. Grayscale: #C1C1C1. Windows color (decimal): -20108 or 7647743. OLE color: 7647743.

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

Color convert

RGB255177116-
CMYK00.310.550
HSL26.33º100%72.75%-
HSV(B)26.33º54.51%100%-
XYZ60.1153.9723.77-
YUV193.3784.34171.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=46.53%
G=32.30%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517711600.310.55026.3310072.75
HexFFB17401F3701a6449
Octal37726116403767032144111
Binary1111111110110001111010001111111011101101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB174; }

 p { color: rgb(255,177,116); }

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

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

 a { background-color: rgb(255,177,116); }

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

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

 span { border-color: rgb(255,177,116); }

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