#FFB0A7

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

Shades of Sundown #FFB0A7

Tints of Sundown #FFB0A7

Color information

#FFB0A7 (or 0xFFB0A7) is unknown color: approx Sundown. HEX triplet: FF, B0 and A7. RGB value is (255,176,167). Sum of RGB (Red+Green+Blue) = 255+176+167=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A7 is #004F58. Grayscale: #C6C6C6. Windows color (decimal): -20313 or 10989823. OLE color: 10989823.

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

Color convert

RGB255176167-
CMYK00.310.350
HSL6.14º100%82.75%-
HSV(B)6.14º34.51%100%-
XYZ63.7455.143.84-
YUV198.6110.17168.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 167 (65.62% from 255) = 27.93%
R=42.64%
G=29.43%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517616700.310.3506.1410082.75
HexFFB0A701F23066453
Octal3772602470374306144123
Binary111111111011000010100111011111100011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0A7; }

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

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

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

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

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

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

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

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