#B7649D

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

Shades of Bouquet #B7649D

Tints of Bouquet #B7649D

Color information

#B7649D (or 0xB7649D) is unknown color: approx Bouquet. HEX triplet: B7, 64 and 9D. RGB value is (183,100,157). Sum of RGB (Red+Green+Blue) = 183+100+157=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7649D is #489B62. Grayscale: #838383. Windows color (decimal): -4758371 or 10314935. OLE color: 10314935.

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

Color convert

RGB183100157-
CMYK00.450.140.28
HSL318.8º36.56%55.49%-
HSV(B)318.8º45.36%71.76%-
XYZ30.1721.6234.48-
YUV131.32142.5164.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=41.59%
G=22.73%
B=35.68%

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
Decimal18310015700.450.140.28318.836.5655.49
HexB7649D02DE1C13f2537
Octal26714423505516344774567
Binary101101111100100100111010101101111011100100111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7649D; }

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

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

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

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

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

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

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

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