#B06597

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

Shades of Bouquet #B06597

Tints of Bouquet #B06597

Color information

#B06597 (or 0xB06597) is unknown color: approx Bouquet. HEX triplet: B0, 65 and 97. RGB value is (176,101,151). Sum of RGB (Red+Green+Blue) = 176+101+151=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06597 is #4F9A68. Grayscale: #818181. Windows color (decimal): -5216873 or 9921968. OLE color: 9921968.

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

Color convert

RGB176101151-
CMYK00.430.140.31
HSL320º32.19%54.31%-
HSV(B)320º42.61%69.02%-
XYZ28.1420.7731.8-
YUV129.12140.35161.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=41.12%
G=23.60%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610115100.430.140.3132032.1954.31
HexB0659702BE1F1402036
Octal26014522705316375004066
Binary101100001100101100101110101011111011111101000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06597; }

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

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

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

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

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

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

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

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