#B8849D

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

Shades of Bouquet #B8849D

Tints of Bouquet #B8849D

Color information

#B8849D (or 0xB8849D) is unknown color: approx Bouquet. HEX triplet: B8, 84 and 9D. RGB value is (184,132,157). Sum of RGB (Red+Green+Blue) = 184+132+157=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8849D is #477B62. Grayscale: #969696. Windows color (decimal): -4684643 or 10323128. OLE color: 10323128.

HSL color Cylindrical-coordinate representation of color #B8849D: hue angle of 331.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8849D is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184132157-
CMYK00.280.150.28
HSL331.15º26.8%61.96%-
HSV(B)331.15º28.26%72.16%-
XYZ34.129.1335.72-
YUV150.4131.73151.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=38.90%
G=27.91%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413215700.280.150.28331.1526.861.96
HexB8849D01CF1C14b1b3e
Octal27020423503417345133376
Binary10111000100001001001110101110011111110010100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8849D; }

 p { color: rgb(184,132,157); }

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

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

 a { background-color: rgb(184,132,157); }

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

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

 span { border-color: rgb(184,132,157); }

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