#B0869F

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

Shades of Bouquet #B0869F

Tints of Bouquet #B0869F

Color information

#B0869F (or 0xB0869F) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 9F. RGB value is (176,134,159). Sum of RGB (Red+Green+Blue) = 176+134+159=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869F is #4F7960. Grayscale: #959595. Windows color (decimal): -5208417 or 10454704. OLE color: 10454704.

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

Color convert

RGB176134159-
CMYK00.240.100.31
HSL324.29º21%60.78%-
HSV(B)324.29º23.86%69.02%-
XYZ32.6928.7836.63-
YUV149.41133.41146.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=37.53%
G=28.57%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613415900.240.100.31324.292160.78
HexB0869F018A1F144153d
Octal26020623703012375042575
Binary10110000100001101001111101100010101111110100010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0869F; }

 p { color: rgb(176,134,159); }

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

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

 a { background-color: rgb(176,134,159); }

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

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

 span { border-color: rgb(176,134,159); }

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