Html Css Color HEX #B2839C Bouquet

📋 copy color: '#B2839C'

red 178 ◦ green 131 ◦ blue 156

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

Shades of Bouquet #B2839C

Tints of Bouquet #B2839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 38.28%
G = 28.17%
B = 33.55%

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

#B2839C (or 0xB2839C) is known color: Bouquet. HEX triplet: B2, 83 and 9C. RGB value is (178,131,156). Sum of RGB (Red+Green+Blue) = 178+131+156=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839C is #4D7C63. Grayscale: #939393. Windows color (decimal): -5078116 or 10257330. OLE color: 10257330.

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

Color convert

RGB 178 131 156 -
CMYK 0 0.26 0.12 0.30
HSL 328.09º 0.23% 0.61% -
HSV(B) 328.09º 0.26% 0.7% -
XYZ 32.48 28.1 35.16 -
YUV 147.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 178 131 156 0 0.26 0.12 0.30 328.09 0.23 0.61
Hex B2 83 9C 0 1A C 1E 148 17 3D
Octal 262 203 234 0 32 14 36 510 27 75
Binary 10110010 10000011 10011100 0 11010 1100 11110 101001000 10111 111101

Color Harmonies of #B2839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2839C

Black with #B2839C

Text Example


Text Example

White with #B2839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2839C; }

 p { color: rgb(178,131,156); }

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

background-color css

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

 a { background-color: rgb(178,131,156); }

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

border-color css

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

 span { border-color: rgb(178,131,156); }

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