Html Css Color HEX #B5889F Bouquet

📋 copy color: '#B5889F'

red 181 ◦ green 136 ◦ blue 159

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

Shades of Bouquet #B5889F

Tints of Bouquet #B5889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.57%

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

R = 38.03%
G = 28.57%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5889F (or 0xB5889F) is known color: Bouquet. HEX triplet: B5, 88 and 9F. RGB value is (181,136,159). Sum of RGB (Red+Green+Blue) = 181+136+159=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889F is #4A7760. Grayscale: #989898. Windows color (decimal): -4880225 or 10455221. OLE color: 10455221.

HSL color Cylindrical-coordinate representation of color #B5889F: hue angle of 329.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5889F is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 159 -
CMYK 0 0.25 0.12 0.29
HSL 329.33º 0.23% 0.62% -
HSV(B) 329.33º 0.25% 0.71% -
XYZ 34.12 29.94 36.78 -
YUV 152.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 181 136 159 0 0.25 0.12 0.29 329.33 0.23 0.62
Hex B5 88 9F 0 19 C 1D 149 17 3E
Octal 265 210 237 0 31 14 35 511 27 76
Binary 10110101 10001000 10011111 0 11001 1100 11101 101001001 10111 111110

Color Harmonies of #B5889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5889F

Black with #B5889F

Text Example


Text Example

White with #B5889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5889F; }

 p { color: rgb(181,136,159); }

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

background-color css

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

 a { background-color: rgb(181,136,159); }

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

border-color css

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

 span { border-color: rgb(181,136,159); }

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