#B084A0

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

Shades of Bouquet #B084A0

Tints of Bouquet #B084A0

Color information

#B084A0 (or 0xB084A0) is unknown color: approx Bouquet. HEX triplet: B0, 84 and A0. RGB value is (176,132,160). Sum of RGB (Red+Green+Blue) = 176+132+160=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B084A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084A0 is #4F7B5F. Grayscale: #949494. Windows color (decimal): -5208928 or 10519728. OLE color: 10519728.

HSL color Cylindrical-coordinate representation of color #B084A0: hue angle of 321.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084A0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176132160-
CMYK00.250.090.31
HSL321.82º21.78%60.39%-
HSV(B)321.82º25%69.02%-
XYZ32.528.2737-
YUV148.35134.58147.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=37.61%
G=28.21%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613216000.250.090.31321.8221.7860.39
HexB084A001991F142163c
Octal26020424003111375022674
Binary10110000100001001010000001100110011111110100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084A0; }

 p { color: rgb(176,132,160); }

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

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

 a { background-color: rgb(176,132,160); }

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

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

 span { border-color: rgb(176,132,160); }

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