#B57794

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

Shades of Bouquet #B57794

Tints of Bouquet #B57794

Color information

#B57794 (or 0xB57794) is unknown color: approx Bouquet. HEX triplet: B5, 77 and 94. RGB value is (181,119,148). Sum of RGB (Red+Green+Blue) = 181+119+148=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57794 is #4A886B. Grayscale: #8C8C8C. Windows color (decimal): -4884588 or 9729973. OLE color: 9729973.

HSL color Cylindrical-coordinate representation of color #B57794: hue angle of 331.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57794 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181119148-
CMYK00.340.180.29
HSL331.94º29.52%58.82%-
HSV(B)331.94º34.25%70.98%-
XYZ3125.1631.24-
YUV140.84132.04156.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=40.40%
G=26.56%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111914800.340.180.29331.9429.5258.82
HexB57794022121D14c1e3b
Octal26516722404222355143673
Binary101101011110111100101000100010100101110110100110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57794; }

 p { color: rgb(181,119,148); }

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

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

 a { background-color: rgb(181,119,148); }

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

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

 span { border-color: rgb(181,119,148); }

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