Html Css Color HEX #B5849A Bouquet

📋 copy color: '#B5849A'

red 181 ◦ green 132 ◦ blue 154

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

Shades of Bouquet #B5849A

Tints of Bouquet #B5849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 38.76%
G = 28.27%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5849A (or 0xB5849A) is known color: Bouquet. HEX triplet: B5, 84 and 9A. RGB value is (181,132,154). Sum of RGB (Red+Green+Blue) = 181+132+154=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5849A is #4A7B65. Grayscale: #959595. Windows color (decimal): -4881254 or 10126517. OLE color: 10126517.

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

Color convert

RGB 181 132 154 -
CMYK 0 0.27 0.15 0.29
HSL 333.06º 0.25% 0.61% -
HSV(B) 333.06º 0.27% 0.71% -
XYZ 33.14 28.66 34.36 -
YUV 149.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 181 132 154 0 0.27 0.15 0.29 333.06 0.25 0.61
Hex B5 84 9A 0 1B F 1D 14D 19 3D
Octal 265 204 232 0 33 17 35 515 31 75
Binary 10110101 10000100 10011010 0 11011 1111 11101 101001101 11001 111101

Color Harmonies of #B5849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5849A

Black with #B5849A

Text Example


Text Example

White with #B5849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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