#B4829C

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

Shades of Bouquet #B4829C

Tints of Bouquet #B4829C

Color information

#B4829C (or 0xB4829C) is unknown color: approx Bouquet. HEX triplet: B4, 82 and 9C. RGB value is (180,130,156). Sum of RGB (Red+Green+Blue) = 180+130+156=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829C is #4B7D63. Grayscale: #939393. Windows color (decimal): -4947300 or 10257076. OLE color: 10257076.

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

Color convert

RGB180130156-
CMYK00.280.130.29
HSL328.8º25%60.78%-
HSV(B)328.8º27.78%70.59%-
XYZ32.8128.0735.14-
YUV147.91132.56150.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=38.63%
G=27.90%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013015600.280.130.29328.82560.78
HexB4829C01CD1D149193d
Octal26420223403415355113175
Binary10110100100000101001110001110011011110110100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4829C; }

 p { color: rgb(180,130,156); }

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

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

 a { background-color: rgb(180,130,156); }

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

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

 span { border-color: rgb(180,130,156); }

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