Html Css Color HEX #B0849B Bouquet

📋 copy color: '#B0849B'

red 176 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #B0849B

Tints of Bouquet #B0849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

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

R = 38.01%
G = 28.51%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0849B (or 0xB0849B) is known color: Bouquet. HEX triplet: B0, 84 and 9B. RGB value is (176,132,155). Sum of RGB (Red+Green+Blue) = 176+132+155=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849B is #4F7B64. Grayscale: #939393. Windows color (decimal): -5208933 or 10192048. OLE color: 10192048.

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

Color convert

RGB 176 132 155 -
CMYK 0 0.25 0.12 0.31
HSL 328.64º 0.22% 0.6% -
HSV(B) 328.64º 0.25% 0.69% -
XYZ 32.07 28.1 34.74 -
YUV 147.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 176 132 155 0 0.25 0.12 0.31 328.64 0.22 0.6
Hex B0 84 9B 0 19 C 1F 149 16 3C
Octal 260 204 233 0 31 14 37 511 26 74
Binary 10110000 10000100 10011011 0 11001 1100 11111 101001001 10110 111100

Color Harmonies of #B0849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0849B

Black with #B0849B

Text Example


Text Example

White with #B0849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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