#B982A2

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

Shades of Bouquet #B982A2

Tints of Bouquet #B982A2

Color information

#B982A2 (or 0xB982A2) is unknown color: approx Bouquet. HEX triplet: B9, 82 and A2. RGB value is (185,130,162). Sum of RGB (Red+Green+Blue) = 185+130+162=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A2 is #467D5D. Grayscale: #969696. Windows color (decimal): -4619614 or 10650297. OLE color: 10650297.

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

Color convert

RGB185130162-
CMYK00.300.120.27
HSL325.09º28.21%61.76%-
HSV(B)325.09º29.73%72.55%-
XYZ34.5128.8937.94-
YUV150.09134.72152.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=38.78%
G=27.25%
B=33.96%

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
Decimal18513016200.300.120.27325.0928.2161.76
HexB982A201EC1B1451c3e
Octal27120224203614335053476
Binary10111001100000101010001001111011001101110100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982A2; }

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

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

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

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

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

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

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

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