#B0839E

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

Shades of Bouquet #B0839E

Tints of Bouquet #B0839E

Color information

#B0839E (or 0xB0839E) is unknown color: approx Bouquet. HEX triplet: B0, 83 and 9E. RGB value is (176,131,158). Sum of RGB (Red+Green+Blue) = 176+131+158=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839E is #4F7C61. Grayscale: #939393. Windows color (decimal): -5209186 or 10388400. OLE color: 10388400.

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

Color convert

RGB176131158-
CMYK00.260.100.31
HSL324º22.17%60.2%-
HSV(B)324º25.57%69.02%-
XYZ32.1927.9336.04-
YUV147.53133.91148.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=37.85%
G=28.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613115800.260.100.3132422.1760.2
HexB0839E01AA1F144163c
Octal26020323603212375042674
Binary10110000100000111001111001101010101111110100010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0839E; }

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

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

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

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

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

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

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

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