#B880A8

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

Shades of Bouquet #B880A8

Tints of Bouquet #B880A8

Color information

#B880A8 (or 0xB880A8) is unknown color: approx Bouquet. HEX triplet: B8, 80 and A8. RGB value is (184,128,168). Sum of RGB (Red+Green+Blue) = 184+128+168=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B880A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880A8 is #477F57. Grayscale: #959595. Windows color (decimal): -4685656 or 11043000. OLE color: 11043000.

HSL color Cylindrical-coordinate representation of color #B880A8: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B880A8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184128168-
CMYK00.300.090.28
HSL317.14º28.28%61.18%-
HSV(B)317.14º30.43%72.16%-
XYZ34.5528.4640.72-
YUV149.3138.55152.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 168 (66.02% from 255) = 35%
R=38.33%
G=26.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412816800.300.090.28317.1428.2861.18
HexB880A801E91C13d1c3d
Octal27020025003611344753475
Binary10111000100000001010100001111010011110010011110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880A8; }

 p { color: rgb(184,128,168); }

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

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

 a { background-color: rgb(184,128,168); }

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

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

 span { border-color: rgb(184,128,168); }

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