Html Css Color HEX #B9819E Bouquet

📋 copy color: '#B9819E'

red 185 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #B9819E

Tints of Bouquet #B9819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 39.19%
G = 27.33%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9819E (or 0xB9819E) is known color: Bouquet. HEX triplet: B9, 81 and 9E. RGB value is (185,129,158). Sum of RGB (Red+Green+Blue) = 185+129+158=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9819E is #467E61. Grayscale: #949494. Windows color (decimal): -4619874 or 10387897. OLE color: 10387897.

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

Color convert

RGB 185 129 158 -
CMYK 0 0.30 0.15 0.27
HSL 328.93º 0.29% 0.62% -
HSV(B) 328.93º 0.3% 0.73% -
XYZ 34.03 28.48 36.05 -
YUV 149.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 185 129 158 0 0.30 0.15 0.27 328.93 0.29 0.62
Hex B9 81 9E 0 1E F 1B 149 1D 3E
Octal 271 201 236 0 36 17 33 511 35 76
Binary 10111001 10000001 10011110 0 11110 1111 11011 101001001 11101 111110

Color Harmonies of #B9819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9819E

Black with #B9819E

Text Example


Text Example

White with #B9819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9819E; }

 p { color: rgb(185,129,158); }

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

background-color css

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

 a { background-color: rgb(185,129,158); }

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

border-color css

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

 span { border-color: rgb(185,129,158); }

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