Html Css Color HEX #B0899B Bouquet

📋 copy color: '#B0899B'

red 176 ◦ green 137 ◦ blue 155

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

Shades of Bouquet #B0899B

Tints of Bouquet #B0899B

RGB

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

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

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

R = 37.61%
G = 29.27%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0899B (or 0xB0899B) is known color: Bouquet. HEX triplet: B0, 89 and 9B. RGB value is (176,137,155). Sum of RGB (Red+Green+Blue) = 176+137+155=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0899B is #4F7664. Grayscale: #969696. Windows color (decimal): -5207653 or 10193328. OLE color: 10193328.

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

Color convert

RGB 176 137 155 -
CMYK 0 0.22 0.12 0.31
HSL 332.31º 0.2% 0.61% -
HSV(B) 332.31º 0.22% 0.69% -
XYZ 32.77 29.49 34.98 -
YUV 150.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 176 137 155 0 0.22 0.12 0.31 332.31 0.2 0.61
Hex B0 89 9B 0 16 C 1F 14C 14 3D
Octal 260 211 233 0 26 14 37 514 24 75
Binary 10110000 10001001 10011011 0 10110 1100 11111 101001100 10100 111101

Color Harmonies of #B0899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0899B

Black with #B0899B

Text Example


Text Example

White with #B0899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0899B; }

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

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

background-color css

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

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

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

border-color css

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

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

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