#B06196

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

Shades of Bouquet #B06196

Tints of Bouquet #B06196

Color information

#B06196 (or 0xB06196) is unknown color: approx Bouquet. HEX triplet: B0, 61 and 96. RGB value is (176,97,150). Sum of RGB (Red+Green+Blue) = 176+97+150=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06196 is #4F9E69. Grayscale: #7E7E7E. Windows color (decimal): -5217898 or 9855408. OLE color: 9855408.

HSL color Cylindrical-coordinate representation of color #B06196: hue angle of 319.75º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06196 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17697150-
CMYK00.450.150.31
HSL319.75º33.33%53.53%-
HSV(B)319.75º44.89%69.02%-
XYZ27.6819.9831.25-
YUV126.66141.17163.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=41.61%
G=22.93%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769715000.450.150.31319.7533.3353.53
HexB0619602DF1F1402136
Octal26014122605517375004166
Binary101100001100001100101100101101111111111101000000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06196; }

 p { color: rgb(176,97,150); }

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

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

 a { background-color: rgb(176,97,150); }

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

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

 span { border-color: rgb(176,97,150); }

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