Html Css Color HEX #B0889B Bouquet

📋 copy color: '#B0889B'

red 176 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #B0889B

Tints of Bouquet #B0889B

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

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

 BLUE value IS 155 (60.94% from 255) = 33.19%

R = 37.69%
G = 29.12%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0889B (or 0xB0889B) is known color: Bouquet. HEX triplet: B0, 88 and 9B. RGB value is (176,136,155). Sum of RGB (Red+Green+Blue) = 176+136+155=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0889B is #4F7764. Grayscale: #969696. Windows color (decimal): -5207909 or 10193072. OLE color: 10193072.

HSL color Cylindrical-coordinate representation of color #B0889B: hue angle of 331.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0889B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 155 -
CMYK 0 0.23 0.12 0.31
HSL 331.5º 0.2% 0.61% -
HSV(B) 331.5º 0.23% 0.69% -
XYZ 32.63 29.2 34.93 -
YUV 150.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 176 136 155 0 0.23 0.12 0.31 331.5 0.2 0.61
Hex B0 88 9B 0 17 C 1F 14C 14 3D
Octal 260 210 233 0 27 14 37 514 24 75
Binary 10110000 10001000 10011011 0 10111 1100 11111 101001100 10100 111101

Color Harmonies of #B0889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0889B

Black with #B0889B

Text Example


Text Example

White with #B0889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0889B; }

 p { color: rgb(176,136,155); }

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

background-color css

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

 a { background-color: rgb(176,136,155); }

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

border-color css

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

 span { border-color: rgb(176,136,155); }

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