#FFB0A5

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

Shades of Sundown #FFB0A5

Tints of Sundown #FFB0A5

Color information

#FFB0A5 (or 0xFFB0A5) is unknown color: approx Sundown. HEX triplet: FF, B0 and A5. RGB value is (255,176,165). Sum of RGB (Red+Green+Blue) = 255+176+165=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A5 is #004F5A. Grayscale: #C6C6C6. Windows color (decimal): -20315 or 10858751. OLE color: 10858751.

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

Color convert

RGB255176165-
CMYK00.310.350
HSL7.33º100%82.35%-
HSV(B)7.33º35.29%100%-
XYZ63.5655.0342.87-
YUV198.37109.17168.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 165 (64.84% from 255) = 27.68%
R=42.79%
G=29.53%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517616500.310.3507.3310082.35
HexFFB0A501F23076452
Octal3772602450374307144122
Binary111111111011000010100101011111100011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0A5; }

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

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

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

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

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

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

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

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