Html Css Color HEX #B588A0 Bouquet

📋 copy color: '#B588A0'

red 181 ◦ green 136 ◦ blue 160

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

Shades of Bouquet #B588A0

Tints of Bouquet #B588A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 37.95%
G = 28.51%
B = 33.54%

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

#B588A0 (or 0xB588A0) is known color: Bouquet. HEX triplet: B5, 88 and A0. RGB value is (181,136,160). Sum of RGB (Red+Green+Blue) = 181+136+160=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B588A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588A0 is #4A775F. Grayscale: #989898. Windows color (decimal): -4880224 or 10520757. OLE color: 10520757.

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

Color convert

RGB 181 136 160 -
CMYK 0 0.25 0.12 0.29
HSL 328º 0.23% 0.62% -
HSV(B) 328º 0.25% 0.71% -
XYZ 34.21 29.97 37.24 -
YUV 152.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 181 136 160 0 0.25 0.12 0.29 328 0.23 0.62
Hex B5 88 A0 0 19 C 1D 148 17 3E
Octal 265 210 240 0 31 14 35 510 27 76
Binary 10110101 10001000 10100000 0 11001 1100 11101 101001000 10111 111110

Color Harmonies of #B588A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B588A0

Black with #B588A0

Text Example


Text Example

White with #B588A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B588A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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