Html Css Color HEX #B2839A Bouquet

📋 copy color: '#B2839A'

red 178 ◦ green 131 ◦ blue 154

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

Shades of Bouquet #B2839A

Tints of Bouquet #B2839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 38.44%
G = 28.29%
B = 33.26%

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

#B2839A (or 0xB2839A) is known color: Bouquet. HEX triplet: B2, 83 and 9A. RGB value is (178,131,154). Sum of RGB (Red+Green+Blue) = 178+131+154=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839A is #4D7C65. Grayscale: #939393. Windows color (decimal): -5078118 or 10126258. OLE color: 10126258.

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

Color convert

RGB 178 131 154 -
CMYK 0 0.26 0.13 0.30
HSL 330.64º 0.23% 0.61% -
HSV(B) 330.64º 0.26% 0.7% -
XYZ 32.31 28.03 34.28 -
YUV 147.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 178 131 154 0 0.26 0.13 0.30 330.64 0.23 0.61
Hex B2 83 9A 0 1A D 1E 14B 17 3D
Octal 262 203 232 0 32 15 36 513 27 75
Binary 10110010 10000011 10011010 0 11010 1101 11110 101001011 10111 111101

Color Harmonies of #B2839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2839A

Black with #B2839A

Text Example


Text Example

White with #B2839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2839A; }

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

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

background-color css

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

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

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

border-color css

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

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

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