#FFB0A6

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

Shades of Sundown #FFB0A6

Tints of Sundown #FFB0A6

Color information

#FFB0A6 (or 0xFFB0A6) is unknown color: approx Sundown. HEX triplet: FF, B0 and A6. RGB value is (255,176,166). Sum of RGB (Red+Green+Blue) = 255+176+166=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A6 is #004F59. Grayscale: #C6C6C6. Windows color (decimal): -20314 or 10924287. OLE color: 10924287.

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

Color convert

RGB255176166-
CMYK00.310.350
HSL6.74º100%82.55%-
HSV(B)6.74º34.9%100%-
XYZ63.6555.0643.35-
YUV198.48109.67168.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 166 (65.23% from 255) = 27.81%
R=42.71%
G=29.48%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517616600.310.3506.7410082.55
HexFFB0A601F23076453
Octal3772602460374307144123
Binary111111111011000010100110011111100011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0A6; }

 p { color: rgb(255,176,166); }

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

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

 a { background-color: rgb(255,176,166); }

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

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

 span { border-color: rgb(255,176,166); }

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