#B06297

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

Shades of Bouquet #B06297

Tints of Bouquet #B06297

Color information

#B06297 (or 0xB06297) is unknown color: approx Bouquet. HEX triplet: B0, 62 and 97. RGB value is (176,98,151). Sum of RGB (Red+Green+Blue) = 176+98+151=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B06297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06297 is #4F9D68. Grayscale: #7F7F7F. Windows color (decimal): -5217641 or 9921200. OLE color: 9921200.

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

Color convert

RGB17698151-
CMYK00.440.140.31
HSL319.23º33.05%53.73%-
HSV(B)319.23º44.32%69.02%-
XYZ27.8620.231.71-
YUV127.36141.34162.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=41.41%
G=23.06%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769815100.440.140.31319.2333.0553.73
HexB0629702CE1F13f2136
Octal26014222705416374774166
Binary101100001100010100101110101100111011111100111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06297; }

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

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

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

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

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

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

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

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