#B7749C

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

Shades of Bouquet #B7749C

Tints of Bouquet #B7749C

Color information

#B7749C (or 0xB7749C) is unknown color: approx Bouquet. HEX triplet: B7, 74 and 9C. RGB value is (183,116,156). Sum of RGB (Red+Green+Blue) = 183+116+156=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7749C is #488B63. Grayscale: #8C8C8C. Windows color (decimal): -4754276 or 10253495. OLE color: 10253495.

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

Color convert

RGB183116156-
CMYK00.370.150.28
HSL324.18º31.75%58.63%-
HSV(B)324.18º36.61%71.76%-
XYZ31.7724.9634.6-
YUV140.59136.7158.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=40.22%
G=25.49%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311615600.370.150.28324.1831.7558.63
HexB7749C025F1C144203b
Octal26716423404517345044073
Binary101101111110100100111000100101111111100101000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7749C; }

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

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

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

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

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

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

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

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