Html Css Color HEX #B0849C Bouquet

📋 copy color: '#B0849C'

red 176 ◦ green 132 ◦ blue 156

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

Shades of Bouquet #B0849C

Tints of Bouquet #B0849C

RGB

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

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

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

R = 37.93%
G = 28.45%
B = 33.62%

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

#B0849C (or 0xB0849C) is known color: Bouquet. HEX triplet: B0, 84 and 9C. RGB value is (176,132,156). Sum of RGB (Red+Green+Blue) = 176+132+156=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0849C is #4F7B63. Grayscale: #939393. Windows color (decimal): -5208932 or 10257584. OLE color: 10257584.

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

Color convert

RGB 176 132 156 -
CMYK 0 0.25 0.11 0.31
HSL 327.27º 0.22% 0.6% -
HSV(B) 327.27º 0.25% 0.69% -
XYZ 32.16 28.13 35.19 -
YUV 147.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 176 132 156 0 0.25 0.11 0.31 327.27 0.22 0.6
Hex B0 84 9C 0 19 B 1F 147 16 3C
Octal 260 204 234 0 31 13 37 507 26 74
Binary 10110000 10000100 10011100 0 11001 1011 11111 101000111 10110 111100

Color Harmonies of #B0849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0849C

Black with #B0849C

Text Example


Text Example

White with #B0849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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