Html Css Color HEX #B0889D Bouquet

📋 copy color: '#B0889D'

red 176 ◦ green 136 ◦ blue 157

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

Shades of Bouquet #B0889D

Tints of Bouquet #B0889D

RGB

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

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

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

R = 37.53%
G = 29%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0889D (or 0xB0889D) is known color: Bouquet. HEX triplet: B0, 88 and 9D. RGB value is (176,136,157). Sum of RGB (Red+Green+Blue) = 176+136+157=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0889D is #4F7762. Grayscale: #969696. Windows color (decimal): -5207907 or 10324144. OLE color: 10324144.

HSL color Cylindrical-coordinate representation of color #B0889D: hue angle of 328.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 #B0889D is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 157 -
CMYK 0 0.23 0.11 0.31
HSL 328.5º 0.2% 0.61% -
HSV(B) 328.5º 0.23% 0.69% -
XYZ 32.79 29.27 35.82 -
YUV 150.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 176 136 157 0 0.23 0.11 0.31 328.5 0.2 0.61
Hex B0 88 9D 0 17 B 1F 148 14 3D
Octal 260 210 235 0 27 13 37 510 24 75
Binary 10110000 10001000 10011101 0 10111 1011 11111 101001000 10100 111101

Color Harmonies of #B0889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0889D

Black with #B0889D

Text Example


Text Example

White with #B0889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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