Html Css Color HEX #B3829C Bouquet

📋 copy color: '#B3829C'

red 179 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #B3829C

Tints of Bouquet #B3829C

RGB

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

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

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

R = 38.49%
G = 27.96%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3829C (or 0xB3829C) is known color: Bouquet. HEX triplet: B3, 82 and 9C. RGB value is (179,130,156). Sum of RGB (Red+Green+Blue) = 179+130+156=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3829C is #4C7D63. Grayscale: #939393. Windows color (decimal): -5012836 or 10257075. OLE color: 10257075.

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

Color convert

RGB 179 130 156 -
CMYK 0 0.27 0.13 0.30
HSL 328.16º 0.24% 0.61% -
HSV(B) 328.16º 0.27% 0.7% -
XYZ 32.57 27.95 35.13 -
YUV 147.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 179 130 156 0 0.27 0.13 0.30 328.16 0.24 0.61
Hex B3 82 9C 0 1B D 1E 148 18 3D
Octal 263 202 234 0 33 15 36 510 30 75
Binary 10110011 10000010 10011100 0 11011 1101 11110 101001000 11000 111101

Color Harmonies of #B3829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3829C

Black with #B3829C

Text Example


Text Example

White with #B3829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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