#B582A0

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

Shades of Bouquet #B582A0

Tints of Bouquet #B582A0

Color information

#B582A0 (or 0xB582A0) is unknown color: approx Bouquet. HEX triplet: B5, 82 and A0. RGB value is (181,130,160). Sum of RGB (Red+Green+Blue) = 181+130+160=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B582A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582A0 is #4A7D5F. Grayscale: #949494. Windows color (decimal): -4881760 or 10519221. OLE color: 10519221.

HSL color Cylindrical-coordinate representation of color #B582A0: hue angle of 324.71º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582A0 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181130160-
CMYK00.280.120.29
HSL324.71º25.63%60.98%-
HSV(B)324.71º28.18%70.98%-
XYZ33.3828.3336.97-
YUV148.67134.4151.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=38.43%
G=27.60%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113016000.280.120.29324.7125.6360.98
HexB582A001CC1D1451a3d
Octal26520224003414355053275
Binary10110101100000101010000001110011001110110100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582A0; }

 p { color: rgb(181,130,160); }

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

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

 a { background-color: rgb(181,130,160); }

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

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

 span { border-color: rgb(181,130,160); }

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