#B382A2

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

Shades of Bouquet #B382A2

Tints of Bouquet #B382A2

Color information

#B382A2 (or 0xB382A2) is unknown color: approx Bouquet. HEX triplet: B3, 82 and A2. RGB value is (179,130,162). Sum of RGB (Red+Green+Blue) = 179+130+162=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B382A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382A2 is #4C7D5D. Grayscale: #949494. Windows color (decimal): -5012830 or 10650291. OLE color: 10650291.

HSL color Cylindrical-coordinate representation of color #B382A2: hue angle of 320.82º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B382A2 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179130162-
CMYK00.270.090.30
HSL320.82º24.38%60.59%-
HSV(B)320.82º27.37%70.2%-
XYZ33.0928.1637.87-
YUV148.3135.73149.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=38.00%
G=27.60%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913016200.270.090.30320.8224.3860.59
HexB382A201B91E141183d
Octal26320224203311365013075
Binary10110011100000101010001001101110011111010100000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382A2; }

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

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

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

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

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

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

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

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