Html Css Color HEX #B3829E Bouquet

📋 copy color: '#B3829E'

red 179 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #B3829E

Tints of Bouquet #B3829E

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 38.33%
G = 27.84%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3829E (or 0xB3829E) is known color: Bouquet. HEX triplet: B3, 82 and 9E. RGB value is (179,130,158). Sum of RGB (Red+Green+Blue) = 179+130+158=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B3829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3829E is #4C7D61. Grayscale: #939393. Windows color (decimal): -5012834 or 10388147. OLE color: 10388147.

HSL color Cylindrical-coordinate representation of color #B3829E: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3829E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 158 -
CMYK 0 0.27 0.12 0.30
HSL 325.71º 0.24% 0.61% -
HSV(B) 325.71º 0.27% 0.7% -
XYZ 32.74 28.02 36.03 -
YUV 147.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 179 130 158 0 0.27 0.12 0.30 325.71 0.24 0.61
Hex B3 82 9E 0 1B C 1E 146 18 3D
Octal 263 202 236 0 33 14 36 506 30 75
Binary 10110011 10000010 10011110 0 11011 1100 11110 101000110 11000 111101

Color Harmonies of #B3829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3829E

Black with #B3829E

Text Example


Text Example

White with #B3829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3829E; }

 p { color: rgb(179,130,158); }

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

background-color css

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

 a { background-color: rgb(179,130,158); }

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

border-color css

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

 span { border-color: rgb(179,130,158); }

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