#B980A0

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

Shades of Bouquet #B980A0

Tints of Bouquet #B980A0

Color information

#B980A0 (or 0xB980A0) is unknown color: approx Bouquet. HEX triplet: B9, 80 and A0. RGB value is (185,128,160). Sum of RGB (Red+Green+Blue) = 185+128+160=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B980A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980A0 is #467F5F. Grayscale: #949494. Windows color (decimal): -4620128 or 10518713. OLE color: 10518713.

HSL color Cylindrical-coordinate representation of color #B980A0: hue angle of 326.32º 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 #B980A0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185128160-
CMYK00.310.140.27
HSL326.32º28.93%61.37%-
HSV(B)326.32º30.81%72.55%-
XYZ34.0728.2936.92-
YUV148.69134.38153.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=39.11%
G=27.06%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512816000.310.140.27326.3228.9361.37
HexB980A001FE1B1461d3d
Octal27120024003716335063575
Binary10111001100000001010000001111111101101110100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980A0; }

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

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

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

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

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

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

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

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