Html Css Color HEX #B988A0 Bouquet

📋 copy color: '#B988A0'

red 185 ◦ green 136 ◦ blue 160

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

Shades of Bouquet #B988A0

Tints of Bouquet #B988A0

RGB

 RED value IS 185 (72.66% from 255) = 38.46%

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

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

R = 38.46%
G = 28.27%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B988A0 (or 0xB988A0) is known color: Bouquet. HEX triplet: B9, 88 and A0. RGB value is (185,136,160). Sum of RGB (Red+Green+Blue) = 185+136+160=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B988A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988A0 is #46775F. Grayscale: #999999. Windows color (decimal): -4618080 or 10520761. OLE color: 10520761.

HSL color Cylindrical-coordinate representation of color #B988A0: hue angle of 330.61º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B988A0 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 160 -
CMYK 0 0.26 0.14 0.27
HSL 330.61º 0.26% 0.63% -
HSV(B) 330.61º 0.26% 0.73% -
XYZ 35.16 30.46 37.28 -
YUV 153.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 185 136 160 0 0.26 0.14 0.27 330.61 0.26 0.63
Hex B9 88 A0 0 1A E 1B 14B 1A 3F
Octal 271 210 240 0 32 16 33 513 32 77
Binary 10111001 10001000 10100000 0 11010 1110 11011 101001011 11010 111111

Color Harmonies of #B988A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988A0

Black with #B988A0

Text Example


Text Example

White with #B988A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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