#B36398

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

Shades of Bouquet #B36398

Tints of Bouquet #B36398

Color information

#B36398 (or 0xB36398) is unknown color: approx Bouquet. HEX triplet: B3, 63 and 98. RGB value is (179,99,152). Sum of RGB (Red+Green+Blue) = 179+99+152=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36398 is #4C9C67. Grayscale: #808080. Windows color (decimal): -5020776 or 9986995. OLE color: 9986995.

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

Color convert

RGB17999152-
CMYK00.450.150.30
HSL320.25º34.48%54.51%-
HSV(B)320.25º44.69%70.2%-
XYZ28.7220.7732.2-
YUV128.96141163.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=41.63%
G=23.02%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799915200.450.150.30320.2534.4854.51
HexB3639802DF1E1402237
Octal26314323005517365004267
Binary101100111100011100110000101101111111110101000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36398; }

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

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

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

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

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

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

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

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