#B4829F

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

Shades of Bouquet #B4829F

Tints of Bouquet #B4829F

Color information

#B4829F (or 0xB4829F) is unknown color: approx Bouquet. HEX triplet: B4, 82 and 9F. RGB value is (180,130,159). Sum of RGB (Red+Green+Blue) = 180+130+159=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4829F is #4B7D60. Grayscale: #949494. Windows color (decimal): -4947297 or 10453684. OLE color: 10453684.

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

Color convert

RGB180130159-
CMYK00.280.120.29
HSL325.2º25%60.78%-
HSV(B)325.2º27.78%70.59%-
XYZ33.0628.1736.5-
YUV148.26134.06150.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=38.38%
G=27.72%
B=33.90%

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
Decimal18013015900.280.120.29325.22560.78
HexB4829F01CC1D145193d
Octal26420223703414355053175
Binary10110100100000101001111101110011001110110100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4829F; }

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

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

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

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

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

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

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

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