Html Css Color HEX #B5889C Bouquet

📋 copy color: '#B5889C'

red 181 ◦ green 136 ◦ blue 156

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

Shades of Bouquet #B5889C

Tints of Bouquet #B5889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 38.27%
G = 28.75%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5889C (or 0xB5889C) is known color: Bouquet. HEX triplet: B5, 88 and 9C. RGB value is (181,136,156). Sum of RGB (Red+Green+Blue) = 181+136+156=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889C is #4A7763. Grayscale: #979797. Windows color (decimal): -4880228 or 10258613. OLE color: 10258613.

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

Color convert

RGB 181 136 156 -
CMYK 0 0.25 0.14 0.29
HSL 333.33º 0.23% 0.62% -
HSV(B) 333.33º 0.25% 0.71% -
XYZ 33.86 29.83 35.43 -
YUV 151.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 181 136 156 0 0.25 0.14 0.29 333.33 0.23 0.62
Hex B5 88 9C 0 19 E 1D 14D 17 3E
Octal 265 210 234 0 31 16 35 515 27 76
Binary 10110101 10001000 10011100 0 11001 1110 11101 101001101 10111 111110

Color Harmonies of #B5889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5889C

Black with #B5889C

Text Example


Text Example

White with #B5889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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