#B4629A

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

Shades of Bouquet #B4629A

Tints of Bouquet #B4629A

Color information

#B4629A (or 0xB4629A) is unknown color: approx Bouquet. HEX triplet: B4, 62 and 9A. RGB value is (180,98,154). Sum of RGB (Red+Green+Blue) = 180+98+154=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4629A is #4B9D65. Grayscale: #808080. Windows color (decimal): -4955494 or 10117812. OLE color: 10117812.

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

Color convert

RGB18098154-
CMYK00.460.140.29
HSL319.02º35.34%54.51%-
HSV(B)319.02º45.56%70.59%-
XYZ29.0220.7733.05-
YUV128.9142.17164.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=41.67%
G=22.69%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809815400.460.140.29319.0235.3454.51
HexB4629A02EE1D13f2337
Octal26414223205616354774367
Binary101101001100010100110100101110111011101100111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4629A; }

 p { color: rgb(180,98,154); }

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

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

 a { background-color: rgb(180,98,154); }

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

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

 span { border-color: rgb(180,98,154); }

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