#B0819E

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

Shades of Bouquet #B0819E

Tints of Bouquet #B0819E

Color information

#B0819E (or 0xB0819E) is unknown color: approx Bouquet. HEX triplet: B0, 81 and 9E. RGB value is (176,129,158). Sum of RGB (Red+Green+Blue) = 176+129+158=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0819E is #4F7E61. Grayscale: #929292. Windows color (decimal): -5209698 or 10387888. OLE color: 10387888.

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

Color convert

RGB176129158-
CMYK00.270.100.31
HSL322.98º22.93%59.8%-
HSV(B)322.98º26.7%69.02%-
XYZ31.9327.435.95-
YUV146.36134.57149.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=38.01%
G=27.86%
B=34.13%

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
Decimal17612915800.270.100.31322.9822.9359.8
HexB0819E01BA1F143173c
Octal26020123603312375032774
Binary10110000100000011001111001101110101111110100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0819E; }

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

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

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

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

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

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

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

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