#B06C99

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

Shades of Bouquet #B06C99

Tints of Bouquet #B06C99

Color information

#B06C99 (or 0xB06C99) is unknown color: approx Bouquet. HEX triplet: B0, 6C and 99. RGB value is (176,108,153). Sum of RGB (Red+Green+Blue) = 176+108+153=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C99 is #4F9366. Grayscale: #858585. Windows color (decimal): -5215079 or 10054832. OLE color: 10054832.

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

Color convert

RGB176108153-
CMYK00.390.130.31
HSL320.29º30.09%55.69%-
HSV(B)320.29º38.64%69.02%-
XYZ29.0222.2632.9-
YUV133.46139.03158.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=40.27%
G=24.71%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610815300.390.130.31320.2930.0955.69
HexB06C99027D1F1401e38
Octal26015423104715375003670
Binary10110000110110010011001010011111011111110100000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C99; }

 p { color: rgb(176,108,153); }

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

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

 a { background-color: rgb(176,108,153); }

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

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

 span { border-color: rgb(176,108,153); }

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