#B982A3

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

Shades of Bouquet #B982A3

Tints of Bouquet #B982A3

Color information

#B982A3 (or 0xB982A3) is unknown color: approx Bouquet. HEX triplet: B9, 82 and A3. RGB value is (185,130,163). Sum of RGB (Red+Green+Blue) = 185+130+163=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A3 is #467D5C. Grayscale: #969696. Windows color (decimal): -4619613 or 10715833. OLE color: 10715833.

HSL color Cylindrical-coordinate representation of color #B982A3: hue angle of 324º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982A3 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185130163-
CMYK00.300.120.27
HSL324º28.21%61.76%-
HSV(B)324º29.73%72.55%-
XYZ34.628.9238.41-
YUV150.21135.22152.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=38.70%
G=27.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513016300.300.120.2732428.2161.76
HexB982A301EC1B1441c3e
Octal27120224303614335043476
Binary10111001100000101010001101111011001101110100010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982A3; }

 p { color: rgb(185,130,163); }

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

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

 a { background-color: rgb(185,130,163); }

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

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

 span { border-color: rgb(185,130,163); }

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