Html Css Color HEX #B0899C Bouquet

📋 copy color: '#B0899C'

red 176 ◦ green 137 ◦ blue 156

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

Shades of Bouquet #B0899C

Tints of Bouquet #B0899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.26%

R = 37.53%
G = 29.21%
B = 33.26%

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

#B0899C (or 0xB0899C) is known color: Bouquet. HEX triplet: B0, 89 and 9C. RGB value is (176,137,156). Sum of RGB (Red+Green+Blue) = 176+137+156=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899C is #4F7663. Grayscale: #969696. Windows color (decimal): -5207652 or 10258864. OLE color: 10258864.

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

Color convert

RGB 176 137 156 -
CMYK 0 0.22 0.11 0.31
HSL 330.77º 0.2% 0.61% -
HSV(B) 330.77º 0.22% 0.69% -
XYZ 32.85 29.52 35.42 -
YUV 150.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 176 137 156 0 0.22 0.11 0.31 330.77 0.2 0.61
Hex B0 89 9C 0 16 B 1F 14B 14 3D
Octal 260 211 234 0 26 13 37 513 24 75
Binary 10110000 10001001 10011100 0 10110 1011 11111 101001011 10100 111101

Color Harmonies of #B0899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0899C

Black with #B0899C

Text Example


Text Example

White with #B0899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0899C; }

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

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

background-color css

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

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

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

border-color css

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

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

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