Html Css Color HEX #B0829C Bouquet

📋 copy color: '#B0829C'

red 176 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #B0829C

Tints of Bouquet #B0829C

RGB

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

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

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

R = 38.1%
G = 28.14%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0829C (or 0xB0829C) is known color: Bouquet. HEX triplet: B0, 82 and 9C. RGB value is (176,130,156). Sum of RGB (Red+Green+Blue) = 176+130+156=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0829C is #4F7D63. Grayscale: #929292. Windows color (decimal): -5209444 or 10257072. OLE color: 10257072.

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

Color convert

RGB 176 130 156 -
CMYK 0 0.26 0.11 0.31
HSL 326.09º 0.23% 0.6% -
HSV(B) 326.09º 0.26% 0.69% -
XYZ 31.89 27.6 35.1 -
YUV 146.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 176 130 156 0 0.26 0.11 0.31 326.09 0.23 0.6
Hex B0 82 9C 0 1A B 1F 146 17 3C
Octal 260 202 234 0 32 13 37 506 27 74
Binary 10110000 10000010 10011100 0 11010 1011 11111 101000110 10111 111100

Color Harmonies of #B0829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0829C

Black with #B0829C

Text Example


Text Example

White with #B0829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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