#B0869E

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

Shades of Bouquet #B0869E

Tints of Bouquet #B0869E

Color information

#B0869E (or 0xB0869E) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 9E. RGB value is (176,134,158). Sum of RGB (Red+Green+Blue) = 176+134+158=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869E is #4F7961. Grayscale: #959595. Windows color (decimal): -5208418 or 10389168. OLE color: 10389168.

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

Color convert

RGB176134158-
CMYK00.240.100.31
HSL325.71º21%60.78%-
HSV(B)325.71º23.86%69.02%-
XYZ32.628.7536.18-
YUV149.29132.91147.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=37.61%
G=28.63%
B=33.76%

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
Decimal17613415800.240.100.31325.712160.78
HexB0869E018A1F146153d
Octal26020623603012375062575
Binary10110000100001101001111001100010101111110100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0869E; }

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

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

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

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

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

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

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

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