#B7649E

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

Shades of Bouquet #B7649E

Tints of Bouquet #B7649E

Color information

#B7649E (or 0xB7649E) is unknown color: approx Bouquet. HEX triplet: B7, 64 and 9E. RGB value is (183,100,158). Sum of RGB (Red+Green+Blue) = 183+100+158=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7649E is #489B61. Grayscale: #838383. Windows color (decimal): -4758370 or 10380471. OLE color: 10380471.

HSL color Cylindrical-coordinate representation of color #B7649E: hue angle of 318.07º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7649E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183100158-
CMYK00.450.140.28
HSL318.07º36.56%55.49%-
HSV(B)318.07º45.36%71.76%-
XYZ30.2621.6534.93-
YUV131.43143164.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=41.50%
G=22.68%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310015800.450.140.28318.0736.5655.49
HexB7649E02DE1C13e2537
Octal26714423605516344764567
Binary101101111100100100111100101101111011100100111110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7649E; }

 p { color: rgb(183,100,158); }

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

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

 a { background-color: rgb(183,100,158); }

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

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

 span { border-color: rgb(183,100,158); }

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