Html Css Color HEX #FFB0A5 Sundown

📋 copy color: '#FFB0A5'

red 255 ◦ green 176 ◦ blue 165

#FFB0A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #FFB0A5

Tints of Sundown #FFB0A5

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 value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFB0A5 (or 0xFFB0A5) is known color: 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

RGB 255 176 165 -
CMYK 0 0.31 0.35 0
HSL 7.33º 1% 0.82% -
HSV(B) 7.33º 0.35% 1% -
XYZ 63.56 55.03 42.87 -
YUV 198.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 255 176 165 0 0.31 0.35 0 7.33 1 0.82
Hex FF B0 A5 0 1F 23 0 7 64 52
Octal 377 260 245 0 37 43 0 7 144 122
Binary 11111111 10110000 10100101 0 11111 100011 0 111 1100100 1010010

Color Harmonies of #FFB0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0A5

Black with #FFB0A5

Text Example


Text Example

White with #FFB0A5

Text Example


Text Example

HTML Codes & Css Web 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>