Html Css Color HEX #B9819C Bouquet

📋 copy color: '#B9819C'

red 185 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #B9819C

Tints of Bouquet #B9819C

RGB

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

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

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

R = 39.36%
G = 27.45%
B = 33.19%

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

#B9819C (or 0xB9819C) is known color: Bouquet. HEX triplet: B9, 81 and 9C. RGB value is (185,129,156). Sum of RGB (Red+Green+Blue) = 185+129+156=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9819C is #467E63. Grayscale: #949494. Windows color (decimal): -4619876 or 10256825. OLE color: 10256825.

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

Color convert

RGB 185 129 156 -
CMYK 0 0.30 0.16 0.27
HSL 331.07º 0.29% 0.62% -
HSV(B) 331.07º 0.3% 0.73% -
XYZ 33.86 28.42 35.15 -
YUV 148.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 185 129 156 0 0.30 0.16 0.27 331.07 0.29 0.62
Hex B9 81 9C 0 1E 10 1B 14B 1D 3E
Octal 271 201 234 0 36 20 33 513 35 76
Binary 10111001 10000001 10011100 0 11110 10000 11011 101001011 11101 111110

Color Harmonies of #B9819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9819C

Black with #B9819C

Text Example


Text Example

White with #B9819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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