Html Css Color HEX #B2849B Bouquet

📋 copy color: '#B2849B'

red 178 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #B2849B

Tints of Bouquet #B2849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 38.28%
G = 28.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2849B (or 0xB2849B) is known color: Bouquet. HEX triplet: B2, 84 and 9B. RGB value is (178,132,155). Sum of RGB (Red+Green+Blue) = 178+132+155=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2849B is #4D7B64. Grayscale: #949494. Windows color (decimal): -5077861 or 10192050. OLE color: 10192050.

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

Color convert

RGB 178 132 155 -
CMYK 0 0.26 0.13 0.30
HSL 330º 0.23% 0.61% -
HSV(B) 330º 0.26% 0.7% -
XYZ 32.53 28.33 34.76 -
YUV 148.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 178 132 155 0 0.26 0.13 0.30 330 0.23 0.61
Hex B2 84 9B 0 1A D 1E 14A 17 3D
Octal 262 204 233 0 32 15 36 512 27 75
Binary 10110010 10000100 10011011 0 11010 1101 11110 101001010 10111 111101

Color Harmonies of #B2849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2849B

Black with #B2849B

Text Example


Text Example

White with #B2849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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