Html Css Color HEX #B5849E Bouquet

📋 copy color: '#B5849E'

red 181 ◦ green 132 ◦ blue 158

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

Shades of Bouquet #B5849E

Tints of Bouquet #B5849E

RGB

 RED value IS 181 (71.09% from 255) = 38.43%

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

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 38.43%
G = 28.03%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5849E (or 0xB5849E) is known color: Bouquet. HEX triplet: B5, 84 and 9E. RGB value is (181,132,158). Sum of RGB (Red+Green+Blue) = 181+132+158=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849E is #4A7B61. Grayscale: #959595. Windows color (decimal): -4881250 or 10388661. OLE color: 10388661.

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

Color convert

RGB 181 132 158 -
CMYK 0 0.27 0.13 0.29
HSL 328.16º 0.25% 0.61% -
HSV(B) 328.16º 0.27% 0.71% -
XYZ 33.48 28.79 36.14 -
YUV 149.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 181 132 158 0 0.27 0.13 0.29 328.16 0.25 0.61
Hex B5 84 9E 0 1B D 1D 148 19 3D
Octal 265 204 236 0 33 15 35 510 31 75
Binary 10110101 10000100 10011110 0 11011 1101 11101 101001000 11001 111101

Color Harmonies of #B5849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5849E

Black with #B5849E

Text Example


Text Example

White with #B5849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5849E; }

 p { color: rgb(181,132,158); }

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

background-color css

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

 a { background-color: rgb(181,132,158); }

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

border-color css

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

 span { border-color: rgb(181,132,158); }

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