#B980A5

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

Shades of Bouquet #B980A5

Tints of Bouquet #B980A5

Color information

#B980A5 (or 0xB980A5) is unknown color: approx Bouquet. HEX triplet: B9, 80 and A5. RGB value is (185,128,165). Sum of RGB (Red+Green+Blue) = 185+128+165=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B980A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980A5 is #467F5A. Grayscale: #959595. Windows color (decimal): -4620123 or 10846393. OLE color: 10846393.

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

Color convert

RGB185128165-
CMYK00.310.110.27
HSL321.05º28.93%61.37%-
HSV(B)321.05º30.81%72.55%-
XYZ34.5228.4739.27-
YUV149.26136.88153.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=38.70%
G=26.78%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512816500.310.110.27321.0528.9361.37
HexB980A501FB1B1411d3d
Octal27120024503713335013575
Binary10111001100000001010010101111110111101110100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980A5; }

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

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

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

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

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

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

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

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