Html Css Color HEX #B0849D Bouquet

📋 copy color: '#B0849D'

red 176 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #B0849D

Tints of Bouquet #B0849D

RGB

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

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

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

R = 37.85%
G = 28.39%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0849D (or 0xB0849D) is known color: Bouquet. HEX triplet: B0, 84 and 9D. RGB value is (176,132,157). Sum of RGB (Red+Green+Blue) = 176+132+157=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849D is #4F7B62. Grayscale: #939393. Windows color (decimal): -5208931 or 10323120. OLE color: 10323120.

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

Color convert

RGB 176 132 157 -
CMYK 0 0.25 0.11 0.31
HSL 325.91º 0.22% 0.6% -
HSV(B) 325.91º 0.25% 0.69% -
XYZ 32.24 28.17 35.64 -
YUV 148.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 176 132 157 0 0.25 0.11 0.31 325.91 0.22 0.6
Hex B0 84 9D 0 19 B 1F 146 16 3C
Octal 260 204 235 0 31 13 37 506 26 74
Binary 10110000 10000100 10011101 0 11001 1011 11111 101000110 10110 111100

Color Harmonies of #B0849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0849D

Black with #B0849D

Text Example


Text Example

White with #B0849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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