#B0809B

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

Shades of Bouquet #B0809B

Tints of Bouquet #B0809B

Color information

#B0809B (or 0xB0809B) is unknown color: approx Bouquet. HEX triplet: B0, 80 and 9B. RGB value is (176,128,155). Sum of RGB (Red+Green+Blue) = 176+128+155=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B0809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0809B is #4F7F64. Grayscale: #919191. Windows color (decimal): -5209957 or 10191024. OLE color: 10191024.

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

Color convert

RGB176128155-
CMYK00.270.120.31
HSL326.25º23.3%59.61%-
HSV(B)326.25º27.27%69.02%-
XYZ31.5427.0434.57-
YUV145.43133.4149.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=38.34%
G=27.89%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612815500.270.120.31326.2523.359.61
HexB0809B01BC1F146173c
Octal26020023303314375062774
Binary10110000100000001001101101101111001111110100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0809B; }

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

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

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

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

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

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

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

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