Html Css Color HEX #B0849F Bouquet

📋 copy color: '#B0849F'

red 176 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #B0849F

Tints of Bouquet #B0849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 37.69%
G = 28.27%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0849F (or 0xB0849F) is known color: Bouquet. HEX triplet: B0, 84 and 9F. RGB value is (176,132,159). Sum of RGB (Red+Green+Blue) = 176+132+159=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849F is #4F7B60. Grayscale: #949494. Windows color (decimal): -5208929 or 10454192. OLE color: 10454192.

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

Color convert

RGB 176 132 159 -
CMYK 0 0.25 0.10 0.31
HSL 323.18º 0.22% 0.6% -
HSV(B) 323.18º 0.25% 0.69% -
XYZ 32.41 28.24 36.54 -
YUV 148.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 176 132 159 0 0.25 0.10 0.31 323.18 0.22 0.6
Hex B0 84 9F 0 19 A 1F 143 16 3C
Octal 260 204 237 0 31 12 37 503 26 74
Binary 10110000 10000100 10011111 0 11001 1010 11111 101000011 10110 111100

Color Harmonies of #B0849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0849F

Black with #B0849F

Text Example


Text Example

White with #B0849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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