#B080A5

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

Shades of Bouquet #B080A5

Tints of Bouquet #B080A5

Color information

#B080A5 (or 0xB080A5) is unknown color: approx Bouquet. HEX triplet: B0, 80 and A5. RGB value is (176,128,165). Sum of RGB (Red+Green+Blue) = 176+128+165=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B080A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080A5 is #4F7F5A. Grayscale: #929292. Windows color (decimal): -5209947 or 10846384. OLE color: 10846384.

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

Color convert

RGB176128165-
CMYK00.270.060.31
HSL313.75º23.3%59.61%-
HSV(B)313.75º27.27%69.02%-
XYZ32.4227.3939.17-
YUV146.57138.4148.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=37.53%
G=27.29%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612816500.270.060.31313.7523.359.61
HexB080A501B61F13a173c
Octal2602002450336374722774
Binary1011000010000000101001010110111101111110011101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080A5; }

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

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

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

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

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

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

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

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