#B0819F

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

Shades of Bouquet #B0819F

Tints of Bouquet #B0819F

Color information

#B0819F (or 0xB0819F) is unknown color: approx Bouquet. HEX triplet: B0, 81 and 9F. RGB value is (176,129,159). Sum of RGB (Red+Green+Blue) = 176+129+159=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0819F is #4F7E60. Grayscale: #929292. Windows color (decimal): -5209697 or 10453424. OLE color: 10453424.

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

Color convert

RGB176129159-
CMYK00.270.100.31
HSL321.7º22.93%59.8%-
HSV(B)321.7º26.7%69.02%-
XYZ32.0127.4336.41-
YUV146.47135.07149.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=37.93%
G=27.80%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612915900.270.100.31321.722.9359.8
HexB0819F01BA1F142173c
Octal26020123703312375022774
Binary10110000100000011001111101101110101111110100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0819F; }

 p { color: rgb(176,129,159); }

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

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

 a { background-color: rgb(176,129,159); }

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

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

 span { border-color: rgb(176,129,159); }

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