#ffb0b0

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

Shades of Sundown #FFB0B0

Tints of Sundown #FFB0B0

Color information

#FFB0B0 (or 0xFFB0B0) is unknown color: approx Sundown. HEX triplet: FF, B0 and B0. RGB value is (255,176,176). Sum of RGB (Red+Green+Blue) = 255+176+176=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0B0 is #004F4F. Grayscale: #C7C7C7. Windows color (decimal): -20304 or 11579647. OLE color: 11579647.

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

Color convert

RGB255176176-
CMYK00.310.310
HSL100%84.51%-
HSV(B)30.98%100%-
XYZ64.655.4548.37-
YUV199.62114.67167.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=42.01%
G=29.00%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517617600.310.310010084.51
HexFFB0B001F1F006455
Octal3772602600373700144125
Binary111111111011000010110000011111111110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb0b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb0b0; }

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

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

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

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

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

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

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

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