Html Css Color HEX #B0899E Bouquet

📋 copy color: '#B0899E'

red 176 ◦ green 137 ◦ blue 158

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

Shades of Bouquet #B0899E

Tints of Bouquet #B0899E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 37.37%
G = 29.09%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0899E (or 0xB0899E) is known color: Bouquet. HEX triplet: B0, 89 and 9E. RGB value is (176,137,158). Sum of RGB (Red+Green+Blue) = 176+137+158=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899E is #4F7661. Grayscale: #979797. Windows color (decimal): -5207650 or 10389936. OLE color: 10389936.

HSL color Cylindrical-coordinate representation of color #B0899E: hue angle of 327.69º 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 #B0899E is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 158 -
CMYK 0 0.22 0.10 0.31
HSL 327.69º 0.2% 0.61% -
HSV(B) 327.69º 0.22% 0.69% -
XYZ 33.02 29.59 36.32 -
YUV 151.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 176 137 158 0 0.22 0.10 0.31 327.69 0.2 0.61
Hex B0 89 9E 0 16 A 1F 148 14 3D
Octal 260 211 236 0 26 12 37 510 24 75
Binary 10110000 10001001 10011110 0 10110 1010 11111 101001000 10100 111101

Color Harmonies of #B0899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0899E

Black with #B0899E

Text Example


Text Example

White with #B0899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0899E; }

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

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

background-color css

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

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

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

border-color css

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

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

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