#B0869B

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

Shades of Bouquet #B0869B

Tints of Bouquet #B0869B

Color information

#B0869B (or 0xB0869B) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 9B. RGB value is (176,134,155). Sum of RGB (Red+Green+Blue) = 176+134+155=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869B is #4F7964. Grayscale: #949494. Windows color (decimal): -5208421 or 10192560. OLE color: 10192560.

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

Color convert

RGB176134155-
CMYK00.240.120.31
HSL330º21%60.78%-
HSV(B)330º23.86%69.02%-
XYZ32.3528.6534.83-
YUV148.95131.41147.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=37.85%
G=28.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613415500.240.120.313302160.78
HexB0869B018C1F14a153d
Octal26020623303014375122575
Binary10110000100001101001101101100011001111110100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0869B; }

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

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

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

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

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

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

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

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