Html Css Color HEX #B5849D Bouquet

📋 copy color: '#B5849D'

red 181 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #B5849D

Tints of Bouquet #B5849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 38.51%
G = 28.09%
B = 33.4%

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

#B5849D (or 0xB5849D) is known color: Bouquet. HEX triplet: B5, 84 and 9D. RGB value is (181,132,157). Sum of RGB (Red+Green+Blue) = 181+132+157=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849D is #4A7B62. Grayscale: #959595. Windows color (decimal): -4881251 or 10323125. OLE color: 10323125.

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

Color convert

RGB 181 132 157 -
CMYK 0 0.27 0.13 0.29
HSL 329.39º 0.25% 0.61% -
HSV(B) 329.39º 0.27% 0.71% -
XYZ 33.39 28.76 35.69 -
YUV 149.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 181 132 157 0 0.27 0.13 0.29 329.39 0.25 0.61
Hex B5 84 9D 0 1B D 1D 149 19 3D
Octal 265 204 235 0 33 15 35 511 31 75
Binary 10110101 10000100 10011101 0 11011 1101 11101 101001001 11001 111101

Color Harmonies of #B5849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5849D

Black with #B5849D

Text Example


Text Example

White with #B5849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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