#B0869C

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

Shades of Bouquet #B0869C

Tints of Bouquet #B0869C

Color information

#B0869C (or 0xB0869C) is unknown color: approx Bouquet. HEX triplet: B0, 86 and 9C. RGB value is (176,134,156). Sum of RGB (Red+Green+Blue) = 176+134+156=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869C is #4F7963. Grayscale: #959595. Windows color (decimal): -5208420 or 10258096. OLE color: 10258096.

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

Color convert

RGB176134156-
CMYK00.240.110.31
HSL328.57º21%60.78%-
HSV(B)328.57º23.86%69.02%-
XYZ32.4328.6835.28-
YUV149.07131.91147.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=37.77%
G=28.76%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613415600.240.110.31328.572160.78
HexB0869C018B1F149153d
Octal26020623403013375112575
Binary10110000100001101001110001100010111111110100100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0869C; }

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

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

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

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

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

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

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

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