Html Css Color HEX #B5889D Bouquet

📋 copy color: '#B5889D'

red 181 ◦ green 136 ◦ blue 157

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

Shades of Bouquet #B5889D

Tints of Bouquet #B5889D

RGB

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

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

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

R = 38.19%
G = 28.69%
B = 33.12%

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

#B5889D (or 0xB5889D) is known color: Bouquet. HEX triplet: B5, 88 and 9D. RGB value is (181,136,157). Sum of RGB (Red+Green+Blue) = 181+136+157=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889D is #4A7762. Grayscale: #979797. Windows color (decimal): -4880227 or 10324149. OLE color: 10324149.

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

Color convert

RGB 181 136 157 -
CMYK 0 0.25 0.13 0.29
HSL 332º 0.23% 0.62% -
HSV(B) 332º 0.25% 0.71% -
XYZ 33.95 29.87 35.87 -
YUV 151.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 181 136 157 0 0.25 0.13 0.29 332 0.23 0.62
Hex B5 88 9D 0 19 D 1D 14C 17 3E
Octal 265 210 235 0 31 15 35 514 27 76
Binary 10110101 10001000 10011101 0 11001 1101 11101 101001100 10111 111110

Color Harmonies of #B5889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5889D

Black with #B5889D

Text Example


Text Example

White with #B5889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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