#B4649B

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

Shades of Bouquet #B4649B

Tints of Bouquet #B4649B

Color information

#B4649B (or 0xB4649B) is unknown color: approx Bouquet. HEX triplet: B4, 64 and 9B. RGB value is (180,100,155). Sum of RGB (Red+Green+Blue) = 180+100+155=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4649B is #4B9B64. Grayscale: #828282. Windows color (decimal): -4954981 or 10183860. OLE color: 10183860.

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

Color convert

RGB180100155-
CMYK00.440.140.29
HSL318.75º34.78%54.9%-
HSV(B)318.75º44.44%70.59%-
XYZ29.321.1833.56-
YUV130.19142163.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=41.38%
G=22.99%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010015500.440.140.29318.7534.7854.9
HexB4649B02CE1D13f2337
Octal26414423305416354774367
Binary101101001100100100110110101100111011101100111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4649B; }

 p { color: rgb(180,100,155); }

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

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

 a { background-color: rgb(180,100,155); }

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

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

 span { border-color: rgb(180,100,155); }

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