#B06D98

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

Shades of Bouquet #B06D98

Tints of Bouquet #B06D98

Color information

#B06D98 (or 0xB06D98) is unknown color: approx Bouquet. HEX triplet: B0, 6D and 98. RGB value is (176,109,152). Sum of RGB (Red+Green+Blue) = 176+109+152=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D98 is #4F9267. Grayscale: #858585. Windows color (decimal): -5214824 or 9989552. OLE color: 9989552.

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

Color convert

RGB176109152-
CMYK00.380.140.31
HSL321.49º29.78%55.88%-
HSV(B)321.49º38.07%69.02%-
XYZ29.0422.4332.51-
YUV133.94138.2158-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=40.27%
G=24.94%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610915200.380.140.31321.4929.7855.88
HexB06D98026E1F1411e38
Octal26015523004616375013670
Binary10110000110110110011000010011011101111110100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D98; }

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

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

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

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

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

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

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

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