#B06C97

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

Shades of Bouquet #B06C97

Tints of Bouquet #B06C97

Color information

#B06C97 (or 0xB06C97) is unknown color: approx Bouquet. HEX triplet: B0, 6C and 97. RGB value is (176,108,151). Sum of RGB (Red+Green+Blue) = 176+108+151=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C97 is #4F9368. Grayscale: #858585. Windows color (decimal): -5215081 or 9923760. OLE color: 9923760.

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

Color convert

RGB176108151-
CMYK00.390.140.31
HSL322.06º30.09%55.69%-
HSV(B)322.06º38.64%69.02%-
XYZ28.8522.1932.04-
YUV133.23138.03158.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=40.46%
G=24.83%
B=34.71%

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
Decimal17610815100.390.140.31322.0630.0955.69
HexB06C97027E1F1421e38
Octal26015422704716375023670
Binary10110000110110010010111010011111101111110100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C97; }

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

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

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

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

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

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

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

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