#B46398

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

Shades of Bouquet #B46398

Tints of Bouquet #B46398

Color information

#B46398 (or 0xB46398) is unknown color: approx Bouquet. HEX triplet: B4, 63 and 98. RGB value is (180,99,152). Sum of RGB (Red+Green+Blue) = 180+99+152=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46398 is #4B9C67. Grayscale: #818181. Windows color (decimal): -4955240 or 9986996. OLE color: 9986996.

HSL color Cylindrical-coordinate representation of color #B46398: hue angle of 320.74º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46398 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18099152-
CMYK00.450.160.29
HSL320.74º35.06%54.71%-
HSV(B)320.74º45%70.59%-
XYZ28.9520.8932.21-
YUV129.26140.84164.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=41.76%
G=22.97%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809915200.450.160.29320.7435.0654.71
HexB4639802D101D1412337
Octal26414323005520355014367
Binary1011010011000111001100001011011000011101101000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46398; }

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

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

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

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

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

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

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

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