#B36993

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

Shades of Bouquet #B36993

Tints of Bouquet #B36993

Color information

#B36993 (or 0xB36993) is unknown color: approx Bouquet. HEX triplet: B3, 69 and 93. RGB value is (179,105,147). Sum of RGB (Red+Green+Blue) = 179+105+147=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36993 is #4C966C. Grayscale: #838383. Windows color (decimal): -5019245 or 9660851. OLE color: 9660851.

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

Color convert

RGB179105147-
CMYK00.410.180.30
HSL325.95º32.74%55.69%-
HSV(B)325.95º41.34%70.2%-
XYZ28.9121.7930.29-
YUV131.91136.52161.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=41.53%
G=24.36%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910514700.410.180.30325.9532.7455.69
HexB36993029121E1462138
Octal26315122305122365064170
Binary1011001111010011001001101010011001011110101000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36993; }

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

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

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

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

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

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

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

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