Html Css Color HEX #B0899D Bouquet

📋 copy color: '#B0899D'

red 176 ◦ green 137 ◦ blue 157

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

Shades of Bouquet #B0899D

Tints of Bouquet #B0899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

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

R = 37.45%
G = 29.15%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0899D (or 0xB0899D) is known color: Bouquet. HEX triplet: B0, 89 and 9D. RGB value is (176,137,157). Sum of RGB (Red+Green+Blue) = 176+137+157=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899D is #4F7662. Grayscale: #969696. Windows color (decimal): -5207651 or 10324400. OLE color: 10324400.

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

Color convert

RGB 176 137 157 -
CMYK 0 0.22 0.11 0.31
HSL 329.23º 0.2% 0.61% -
HSV(B) 329.23º 0.22% 0.69% -
XYZ 32.94 29.56 35.87 -
YUV 150.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 176 137 157 0 0.22 0.11 0.31 329.23 0.2 0.61
Hex B0 89 9D 0 16 B 1F 149 14 3D
Octal 260 211 235 0 26 13 37 511 24 75
Binary 10110000 10001001 10011101 0 10110 1011 11111 101001001 10100 111101

Color Harmonies of #B0899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0899D

Black with #B0899D

Text Example


Text Example

White with #B0899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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