#B36298

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

Shades of Bouquet #B36298

Tints of Bouquet #B36298

Color information

#B36298 (or 0xB36298) is unknown color: approx Bouquet. HEX triplet: B3, 62 and 98. RGB value is (179,98,152). Sum of RGB (Red+Green+Blue) = 179+98+152=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B36298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36298 is #4C9D67. Grayscale: #808080. Windows color (decimal): -5021032 or 9986739. OLE color: 9986739.

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

Color convert

RGB17998152-
CMYK00.450.150.30
HSL320º34.76%54.31%-
HSV(B)320º45.25%70.2%-
XYZ28.6320.5932.17-
YUV128.38141.34164.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=41.72%
G=22.84%
B=35.43%

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
Decimal1799815200.450.150.3032034.7654.31
HexB3629802DF1E1402336
Octal26314223005517365004366
Binary101100111100010100110000101101111111110101000000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36298; }

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

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

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

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

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

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

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

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