#B0839C

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

Shades of Bouquet #B0839C

Tints of Bouquet #B0839C

Color information

#B0839C (or 0xB0839C) is unknown color: approx Bouquet. HEX triplet: B0, 83 and 9C. RGB value is (176,131,156). Sum of RGB (Red+Green+Blue) = 176+131+156=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839C is #4F7C63. Grayscale: #939393. Windows color (decimal): -5209188 or 10257328. OLE color: 10257328.

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

Color convert

RGB176131156-
CMYK00.260.110.31
HSL326.67º22.17%60.2%-
HSV(B)326.67º25.57%69.02%-
XYZ32.0227.8635.14-
YUV147.3132.91148.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=38.01%
G=28.29%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613115600.260.110.31326.6722.1760.2
HexB0839C01AB1F147163c
Octal26020323403213375072674
Binary10110000100000111001110001101010111111110100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0839C; }

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

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

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

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

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

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

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

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