#B0659A

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

Shades of Bouquet #B0659A

Tints of Bouquet #B0659A

Color information

#B0659A (or 0xB0659A) is unknown color: approx Bouquet. HEX triplet: B0, 65 and 9A. RGB value is (176,101,154). Sum of RGB (Red+Green+Blue) = 176+101+154=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0659A is #4F9A65. Grayscale: #818181. Windows color (decimal): -5216870 or 10118576. OLE color: 10118576.

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

Color convert

RGB176101154-
CMYK00.430.120.31
HSL317.6º32.19%54.31%-
HSV(B)317.6º42.61%69.02%-
XYZ28.3920.8733.1-
YUV129.47141.85161.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=40.84%
G=23.43%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610115400.430.120.31317.632.1954.31
HexB0659A02BC1F13e2036
Octal26014523205314374764066
Binary101100001100101100110100101011110011111100111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0659A; }

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

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

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

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

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

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

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

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