#B982A5

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

Shades of Bouquet #B982A5

Tints of Bouquet #B982A5

Color information

#B982A5 (or 0xB982A5) is unknown color: approx Bouquet. HEX triplet: B9, 82 and A5. RGB value is (185,130,165). Sum of RGB (Red+Green+Blue) = 185+130+165=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A5 is #467D5A. Grayscale: #969696. Windows color (decimal): -4619611 or 10846905. OLE color: 10846905.

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

Color convert

RGB185130165-
CMYK00.300.110.27
HSL321.82º28.21%61.76%-
HSV(B)321.82º29.73%72.55%-
XYZ34.782939.36-
YUV150.44136.22152.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=38.54%
G=27.08%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513016500.300.110.27321.8228.2161.76
HexB982A501EB1B1421c3e
Octal27120224503613335023476
Binary10111001100000101010010101111010111101110100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982A5; }

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

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

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

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

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

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

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

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