Html Css Color HEX #B5889E Bouquet

📋 copy color: '#B5889E'

red 181 ◦ green 136 ◦ blue 158

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

Shades of Bouquet #B5889E

Tints of Bouquet #B5889E

RGB

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

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

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

R = 38.11%
G = 28.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5889E (or 0xB5889E) is known color: Bouquet. HEX triplet: B5, 88 and 9E. RGB value is (181,136,158). Sum of RGB (Red+Green+Blue) = 181+136+158=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889E is #4A7761. Grayscale: #979797. Windows color (decimal): -4880226 or 10389685. OLE color: 10389685.

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

Color convert

RGB 181 136 158 -
CMYK 0 0.25 0.13 0.29
HSL 330.67º 0.23% 0.62% -
HSV(B) 330.67º 0.25% 0.71% -
XYZ 34.03 29.9 36.33 -
YUV 151.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 181 136 158 0 0.25 0.13 0.29 330.67 0.23 0.62
Hex B5 88 9E 0 19 D 1D 14B 17 3E
Octal 265 210 236 0 31 15 35 513 27 76
Binary 10110101 10001000 10011110 0 11001 1101 11101 101001011 10111 111110

Color Harmonies of #B5889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5889E

Black with #B5889E

Text Example


Text Example

White with #B5889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5889E; }

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

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

background-color css

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

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

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

border-color css

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

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

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