Html Css Color HEX #B2829B Bouquet

📋 copy color: '#B2829B'

red 178 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #B2829B

Tints of Bouquet #B2829B

RGB

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

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

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

R = 38.44%
G = 28.08%
B = 33.48%

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

#B2829B (or 0xB2829B) is known color: Bouquet. HEX triplet: B2, 82 and 9B. RGB value is (178,130,155). Sum of RGB (Red+Green+Blue) = 178+130+155=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2829B is #4D7D64. Grayscale: #939393. Windows color (decimal): -5078373 or 10191538. OLE color: 10191538.

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

Color convert

RGB 178 130 155 -
CMYK 0 0.27 0.13 0.30
HSL 328.75º 0.24% 0.6% -
HSV(B) 328.75º 0.27% 0.7% -
XYZ 32.26 27.8 34.68 -
YUV 147.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 178 130 155 0 0.27 0.13 0.30 328.75 0.24 0.6
Hex B2 82 9B 0 1B D 1E 149 18 3C
Octal 262 202 233 0 33 15 36 511 30 74
Binary 10110010 10000010 10011011 0 11011 1101 11110 101001001 11000 111100

Color Harmonies of #B2829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2829B

Black with #B2829B

Text Example


Text Example

White with #B2829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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