Html Css Color HEX #B8849F Bouquet

📋 copy color: '#B8849F'

red 184 ◦ green 132 ◦ blue 159

#B8849F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B8849F

Tints of Bouquet #B8849F

RGB

 RED value IS 184 (72.27% from 255) = 38.74%

 GREEN value IS 132 (51.95% from 255) = 27.79%

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 38.74%
G = 27.79%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8849F (or 0xB8849F) is known color: Bouquet. HEX triplet: B8, 84 and 9F. RGB value is (184,132,159). Sum of RGB (Red+Green+Blue) = 184+132+159=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8849F is #477B60. Grayscale: #969696. Windows color (decimal): -4684641 or 10454200. OLE color: 10454200.

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

Color convert

RGB 184 132 159 -
CMYK 0 0.28 0.14 0.28
HSL 328.85º 0.27% 0.62% -
HSV(B) 328.85º 0.28% 0.72% -
XYZ 34.28 29.2 36.63 -
YUV 150.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 184 132 159 0 0.28 0.14 0.28 328.85 0.27 0.62
Hex B8 84 9F 0 1C E 1C 149 1B 3E
Octal 270 204 237 0 34 16 34 511 33 76
Binary 10111000 10000100 10011111 0 11100 1110 11100 101001001 11011 111110

Color Harmonies of #B8849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8849F

Black with #B8849F

Text Example


Text Example

White with #B8849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8849F; }

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

 H1.HeaderClassName
 {
   color: #B8849F;
 }
 .AnyTagClassName
 {
   color: #B8849F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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