Html Css Color HEX #B2839B Bouquet

📋 copy color: '#B2839B'

red 178 ◦ green 131 ◦ blue 155

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

Shades of Bouquet #B2839B

Tints of Bouquet #B2839B

RGB

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

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

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

R = 38.36%
G = 28.23%
B = 33.41%

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

#B2839B (or 0xB2839B) is known color: Bouquet. HEX triplet: B2, 83 and 9B. RGB value is (178,131,155). Sum of RGB (Red+Green+Blue) = 178+131+155=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839B is #4D7C64. Grayscale: #939393. Windows color (decimal): -5078117 or 10191794. OLE color: 10191794.

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

Color convert

RGB 178 131 155 -
CMYK 0 0.26 0.13 0.30
HSL 329.36º 0.23% 0.61% -
HSV(B) 329.36º 0.26% 0.7% -
XYZ 32.39 28.06 34.72 -
YUV 147.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 178 131 155 0 0.26 0.13 0.30 329.36 0.23 0.61
Hex B2 83 9B 0 1A D 1E 149 17 3D
Octal 262 203 233 0 32 15 36 511 27 75
Binary 10110010 10000011 10011011 0 11010 1101 11110 101001001 10111 111101

Color Harmonies of #B2839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2839B

Black with #B2839B

Text Example


Text Example

White with #B2839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2839B; }

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

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

background-color css

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

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

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

border-color css

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

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

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