#B7649B

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

Shades of Bouquet #B7649B

Tints of Bouquet #B7649B

Color information

#B7649B (or 0xB7649B) is unknown color: approx Bouquet. HEX triplet: B7, 64 and 9B. RGB value is (183,100,155). Sum of RGB (Red+Green+Blue) = 183+100+155=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7649B is #489B64. Grayscale: #828282. Windows color (decimal): -4758373 or 10183863. OLE color: 10183863.

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

Color convert

RGB183100155-
CMYK00.450.150.28
HSL320.24º36.56%55.49%-
HSV(B)320.24º45.36%71.76%-
XYZ3021.5533.59-
YUV131.09141.5165.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=41.78%
G=22.83%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310015500.450.150.28320.2436.5655.49
HexB7649B02DF1C1402537
Octal26714423305517345004567
Binary101101111100100100110110101101111111100101000000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7649B; }

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

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

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

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

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

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

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

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