#B4819E

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

Shades of Bouquet #B4819E

Tints of Bouquet #B4819E

Color information

#B4819E (or 0xB4819E) is unknown color: approx Bouquet. HEX triplet: B4, 81 and 9E. RGB value is (180,129,158). Sum of RGB (Red+Green+Blue) = 180+129+158=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819E is #4B7E61. Grayscale: #939393. Windows color (decimal): -4947554 or 10387892. OLE color: 10387892.

HSL color Cylindrical-coordinate representation of color #B4819E: hue angle of 325.88º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4819E is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180129158-
CMYK00.280.120.29
HSL325.88º25.37%60.59%-
HSV(B)325.88º28.33%70.59%-
XYZ32.8427.8736-
YUV147.56133.9151.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=38.54%
G=27.62%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012915800.280.120.29325.8825.3760.59
HexB4819E01CC1D146193d
Octal26420123603414355063175
Binary10110100100000011001111001110011001110110100011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4819E; }

 p { color: rgb(180,129,158); }

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

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

 a { background-color: rgb(180,129,158); }

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

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

 span { border-color: rgb(180,129,158); }

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