#B36893

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

Shades of Bouquet #B36893

Tints of Bouquet #B36893

Color information

#B36893 (or 0xB36893) is unknown color: approx Bouquet. HEX triplet: B3, 68 and 93. RGB value is (179,104,147). Sum of RGB (Red+Green+Blue) = 179+104+147=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36893 is #4C976C. Grayscale: #838383. Windows color (decimal): -5019501 or 9660595. OLE color: 9660595.

HSL color Cylindrical-coordinate representation of color #B36893: hue angle of 325.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 #B36893 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179104147-
CMYK00.420.180.30
HSL325.6º33.04%55.49%-
HSV(B)325.6º41.9%70.2%-
XYZ28.8121.5930.25-
YUV131.33136.85162-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=41.63%
G=24.19%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910414700.420.180.30325.633.0455.49
HexB3689302A121E1462137
Octal26315022305222365064167
Binary1011001111010001001001101010101001011110101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36893; }

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

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

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

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

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

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

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

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