#B06599

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

Shades of Bouquet #B06599

Tints of Bouquet #B06599

Color information

#B06599 (or 0xB06599) is unknown color: approx Bouquet. HEX triplet: B0, 65 and 99. RGB value is (176,101,153). Sum of RGB (Red+Green+Blue) = 176+101+153=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06599 is #4F9A66. Grayscale: #818181. Windows color (decimal): -5216871 or 10053040. OLE color: 10053040.

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

Color convert

RGB176101153-
CMYK00.430.130.31
HSL318.4º32.19%54.31%-
HSV(B)318.4º42.61%69.02%-
XYZ28.3120.8432.67-
YUV129.35141.35161.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=40.93%
G=23.49%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610115300.430.130.31318.432.1954.31
HexB0659902BD1F13e2036
Octal26014523105315374764066
Binary101100001100101100110010101011110111111100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06599; }

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

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

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

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

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

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

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

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