#B06B98

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

Shades of Bouquet #B06B98

Tints of Bouquet #B06B98

Color information

#B06B98 (or 0xB06B98) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 98. RGB value is (176,107,152). Sum of RGB (Red+Green+Blue) = 176+107+152=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B98 is #4F9467. Grayscale: #848484. Windows color (decimal): -5215336 or 9989040. OLE color: 9989040.

HSL color Cylindrical-coordinate representation of color #B06B98: hue angle of 320.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B98 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176107152-
CMYK00.390.140.31
HSL320.87º30.4%55.49%-
HSV(B)320.87º39.2%69.02%-
XYZ28.8322.0132.44-
YUV132.76138.86158.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=40.46%
G=24.60%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610715200.390.140.31320.8730.455.49
HexB06B98027E1F1411e37
Octal26015323004716375013667
Binary10110000110101110011000010011111101111110100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B98; }

 p { color: rgb(176,107,152); }

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

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

 a { background-color: rgb(176,107,152); }

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

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

 span { border-color: rgb(176,107,152); }

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