Html Css Color HEX #B9829C Bouquet

📋 copy color: '#B9829C'

red 185 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #B9829C

Tints of Bouquet #B9829C

RGB

 RED value IS 185 (72.66% from 255) = 39.28%

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

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

R = 39.28%
G = 27.6%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9829C (or 0xB9829C) is known color: Bouquet. HEX triplet: B9, 82 and 9C. RGB value is (185,130,156). Sum of RGB (Red+Green+Blue) = 185+130+156=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9829C is #467D63. Grayscale: #959595. Windows color (decimal): -4619620 or 10257081. OLE color: 10257081.

HSL color Cylindrical-coordinate representation of color #B9829C: hue angle of 331.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9829C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 156 -
CMYK 0 0.30 0.16 0.27
HSL 331.64º 0.28% 0.62% -
HSV(B) 331.64º 0.3% 0.73% -
XYZ 33.99 28.68 35.2 -
YUV 149.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 185 130 156 0 0.30 0.16 0.27 331.64 0.28 0.62
Hex B9 82 9C 0 1E 10 1B 14C 1C 3E
Octal 271 202 234 0 36 20 33 514 34 76
Binary 10111001 10000010 10011100 0 11110 10000 11011 101001100 11100 111110

Color Harmonies of #B9829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9829C

Black with #B9829C

Text Example


Text Example

White with #B9829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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