#B4839D

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

Shades of Bouquet #B4839D

Tints of Bouquet #B4839D

Color information

#B4839D (or 0xB4839D) is unknown color: approx Bouquet. HEX triplet: B4, 83 and 9D. RGB value is (180,131,157). Sum of RGB (Red+Green+Blue) = 180+131+157=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4839D is #4B7C62. Grayscale: #949494. Windows color (decimal): -4947043 or 10322868. OLE color: 10322868.

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

Color convert

RGB180131157-
CMYK00.270.130.29
HSL328.16º24.62%60.98%-
HSV(B)328.16º27.22%70.59%-
XYZ33.0228.3735.63-
YUV148.61132.73150.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=38.46%
G=27.99%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013115700.270.130.29328.1624.6260.98
HexB4839D01BD1D148193d
Octal26420323503315355103175
Binary10110100100000111001110101101111011110110100100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4839D; }

 p { color: rgb(180,131,157); }

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

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

 a { background-color: rgb(180,131,157); }

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

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

 span { border-color: rgb(180,131,157); }

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