#B7749D

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

Shades of Bouquet #B7749D

Tints of Bouquet #B7749D

Color information

#B7749D (or 0xB7749D) is unknown color: approx Bouquet. HEX triplet: B7, 74 and 9D. RGB value is (183,116,157). Sum of RGB (Red+Green+Blue) = 183+116+157=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7749D is #488B62. Grayscale: #8C8C8C. Windows color (decimal): -4754275 or 10319031. OLE color: 10319031.

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

Color convert

RGB183116157-
CMYK00.370.140.28
HSL323.28º31.75%58.63%-
HSV(B)323.28º36.61%71.76%-
XYZ31.8624.9935.04-
YUV140.71137.2158.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=40.13%
G=25.44%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311615700.370.140.28323.2831.7558.63
HexB7749D025E1C143203b
Octal26716423504516345034073
Binary101101111110100100111010100101111011100101000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7749D; }

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

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

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

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

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

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

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

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