#B27594

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

Shades of Bouquet #B27594

Tints of Bouquet #B27594

Color information

#B27594 (or 0xB27594) is unknown color: approx Bouquet. HEX triplet: B2, 75 and 94. RGB value is (178,117,148). Sum of RGB (Red+Green+Blue) = 178+117+148=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27594 is #4D8A6B. Grayscale: #8A8A8A. Windows color (decimal): -5081708 or 9729458. OLE color: 9729458.

HSL color Cylindrical-coordinate representation of color #B27594: hue angle of 329.51º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27594 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178117148-
CMYK00.340.170.30
HSL329.51º28.37%57.84%-
HSV(B)329.51º34.27%69.8%-
XYZ30.0724.3331.13-
YUV138.77133.21155.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=40.18%
G=26.41%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811714800.340.170.30329.5128.3757.84
HexB27594022111E14a1c3a
Octal26216522404221365123472
Binary101100101110101100101000100010100011111010100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27594; }

 p { color: rgb(178,117,148); }

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

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

 a { background-color: rgb(178,117,148); }

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

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

 span { border-color: rgb(178,117,148); }

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