#B27598

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

Shades of Bouquet #B27598

Tints of Bouquet #B27598

Color information

#B27598 (or 0xB27598) is unknown color: approx Bouquet. HEX triplet: B2, 75 and 98. RGB value is (178,117,152). Sum of RGB (Red+Green+Blue) = 178+117+152=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B27598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27598 is #4D8A67. Grayscale: #8B8B8B. Windows color (decimal): -5081704 or 9991602. OLE color: 9991602.

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

Color convert

RGB178117152-
CMYK00.340.150.30
HSL325.57º28.37%57.84%-
HSV(B)325.57º34.27%69.8%-
XYZ30.3924.4532.82-
YUV139.23135.21155.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=39.82%
G=26.17%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811715200.340.150.30325.5728.3757.84
HexB27598022F1E1461c3a
Octal26216523004217365063472
Binary10110010111010110011000010001011111111010100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27598; }

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

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

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

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

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

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

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

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