Html Css Color HEX #B0829B Bouquet

📋 copy color: '#B0829B'

red 176 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #B0829B

Tints of Bouquet #B0829B

RGB

 RED value IS 176 (69.14% from 255) = 38.18%

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

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

R = 38.18%
G = 28.2%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0829B (or 0xB0829B) is known color: Bouquet. HEX triplet: B0, 82 and 9B. RGB value is (176,130,155). Sum of RGB (Red+Green+Blue) = 176+130+155=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829B is #4F7D64. Grayscale: #929292. Windows color (decimal): -5209445 or 10191536. OLE color: 10191536.

HSL color Cylindrical-coordinate representation of color #B0829B: hue angle of 327.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0829B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 155 -
CMYK 0 0.26 0.12 0.31
HSL 327.39º 0.23% 0.6% -
HSV(B) 327.39º 0.26% 0.69% -
XYZ 31.8 27.56 34.65 -
YUV 146.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 176 130 155 0 0.26 0.12 0.31 327.39 0.23 0.6
Hex B0 82 9B 0 1A C 1F 147 17 3C
Octal 260 202 233 0 32 14 37 507 27 74
Binary 10110000 10000010 10011011 0 11010 1100 11111 101000111 10111 111100

Color Harmonies of #B0829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0829B

Black with #B0829B

Text Example


Text Example

White with #B0829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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