#B36898

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

Shades of Bouquet #B36898

Tints of Bouquet #B36898

Color information

#B36898 (or 0xB36898) is unknown color: approx Bouquet. HEX triplet: B3, 68 and 98. RGB value is (179,104,152). Sum of RGB (Red+Green+Blue) = 179+104+152=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B36898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36898 is #4C9767. Grayscale: #838383. Windows color (decimal): -5019496 or 9988275. OLE color: 9988275.

HSL color Cylindrical-coordinate representation of color #B36898: hue angle of 321.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36898 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179104152-
CMYK00.420.150.30
HSL321.6º33.04%55.49%-
HSV(B)321.6º41.9%70.2%-
XYZ29.2121.7532.36-
YUV131.9139.35161.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=41.15%
G=23.91%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910415200.420.150.30321.633.0455.49
HexB3689802AF1E1422137
Octal26315023005217365024167
Binary101100111101000100110000101010111111110101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36898; }

 p { color: rgb(179,104,152); }

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

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

 a { background-color: rgb(179,104,152); }

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

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

 span { border-color: rgb(179,104,152); }

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