#B4819A

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

Shades of Bouquet #B4819A

Tints of Bouquet #B4819A

Color information

#B4819A (or 0xB4819A) is unknown color: approx Bouquet. HEX triplet: B4, 81 and 9A. RGB value is (180,129,154). Sum of RGB (Red+Green+Blue) = 180+129+154=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819A is #4B7E65. Grayscale: #939393. Windows color (decimal): -4947558 or 10125748. OLE color: 10125748.

HSL color Cylindrical-coordinate representation of color #B4819A: hue angle of 330.59º 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 #B4819A is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180129154-
CMYK00.280.140.29
HSL330.59º25.37%60.59%-
HSV(B)330.59º28.33%70.59%-
XYZ32.5127.7434.21-
YUV147.1131.9151.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=38.88%
G=27.86%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012915400.280.140.29330.5925.3760.59
HexB4819A01CE1D14b193d
Octal26420123203416355133175
Binary10110100100000011001101001110011101110110100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4819A; }

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

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

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

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

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

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

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

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