#B0809C

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

Shades of Bouquet #B0809C

Tints of Bouquet #B0809C

Color information

#B0809C (or 0xB0809C) is unknown color: approx Bouquet. HEX triplet: B0, 80 and 9C. RGB value is (176,128,156). Sum of RGB (Red+Green+Blue) = 176+128+156=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0809C is #4F7F63. Grayscale: #919191. Windows color (decimal): -5209956 or 10256560. OLE color: 10256560.

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

Color convert

RGB176128156-
CMYK00.270.110.31
HSL325º23.3%59.61%-
HSV(B)325º27.27%69.02%-
XYZ31.6227.0735.01-
YUV145.54133.9149.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=38.26%
G=27.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612815600.270.110.3132523.359.61
HexB0809C01BB1F145173c
Octal26020023403313375052774
Binary10110000100000001001110001101110111111110100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0809C; }

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

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

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

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

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

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

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

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