Html Css Color HEX #B2849D Bouquet

📋 copy color: '#B2849D'

red 178 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #B2849D

Tints of Bouquet #B2849D

RGB

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

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

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

R = 38.12%
G = 28.27%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2849D (or 0xB2849D) is known color: Bouquet. HEX triplet: B2, 84 and 9D. RGB value is (178,132,157). Sum of RGB (Red+Green+Blue) = 178+132+157=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2849D is #4D7B62. Grayscale: #949494. Windows color (decimal): -5077859 or 10323122. OLE color: 10323122.

HSL color Cylindrical-coordinate representation of color #B2849D: hue angle of 327.39º 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 #B2849D is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 157 -
CMYK 0 0.26 0.12 0.30
HSL 327.39º 0.23% 0.61% -
HSV(B) 327.39º 0.26% 0.7% -
XYZ 32.7 28.4 35.66 -
YUV 148.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 178 132 157 0 0.26 0.12 0.30 327.39 0.23 0.61
Hex B2 84 9D 0 1A C 1E 147 17 3D
Octal 262 204 235 0 32 14 36 507 27 75
Binary 10110010 10000100 10011101 0 11010 1100 11110 101000111 10111 111101

Color Harmonies of #B2849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2849D

Black with #B2849D

Text Example


Text Example

White with #B2849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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