Html Css Color HEX #B2849E Bouquet

📋 copy color: '#B2849E'

red 178 ◦ green 132 ◦ blue 158

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

Shades of Bouquet #B2849E

Tints of Bouquet #B2849E

RGB

 RED value IS 178 (69.92% from 255) = 38.03%

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

 BLUE value IS 158 (62.11% from 255) = 33.76%

R = 38.03%
G = 28.21%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2849E (or 0xB2849E) is known color: Bouquet. HEX triplet: B2, 84 and 9E. RGB value is (178,132,158). Sum of RGB (Red+Green+Blue) = 178+132+158=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2849E is #4D7B61. Grayscale: #949494. Windows color (decimal): -5077858 or 10388658. OLE color: 10388658.

HSL color Cylindrical-coordinate representation of color #B2849E: hue angle of 326.09º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2849E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 158 -
CMYK 0 0.26 0.11 0.30
HSL 326.09º 0.23% 0.61% -
HSV(B) 326.09º 0.26% 0.7% -
XYZ 32.78 28.44 36.11 -
YUV 148.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 178 132 158 0 0.26 0.11 0.30 326.09 0.23 0.61
Hex B2 84 9E 0 1A B 1E 146 17 3D
Octal 262 204 236 0 32 13 36 506 27 75
Binary 10110010 10000100 10011110 0 11010 1011 11110 101000110 10111 111101

Color Harmonies of #B2849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2849E

Black with #B2849E

Text Example


Text Example

White with #B2849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2849E; }

 p { color: rgb(178,132,158); }

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

background-color css

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

 a { background-color: rgb(178,132,158); }

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

border-color css

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

 span { border-color: rgb(178,132,158); }

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