Html Css Color HEX #B9949C Viola

📋 copy color: '#B9949C'

red 185 ◦ green 148 ◦ blue 156

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

Shades of Viola #B9949C

Tints of Viola #B9949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

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

R = 37.83%
G = 30.27%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9949C (or 0xB9949C) is known color: Viola. HEX triplet: B9, 94 and 9C. RGB value is (185,148,156). Sum of RGB (Red+Green+Blue) = 185+148+156=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949C is #466B63. Grayscale: #9F9F9F. Windows color (decimal): -4615012 or 10261689. OLE color: 10261689.

HSL color Cylindrical-coordinate representation of color #B9949C: hue angle of 347.03º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9949C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 156 -
CMYK 0 0.20 0.16 0.27
HSL 347.03º 0.21% 0.65% -
HSV(B) 347.03º 0.2% 0.73% -
XYZ 36.6 33.89 36.07 -
YUV 159.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 185 148 156 0 0.20 0.16 0.27 347.03 0.21 0.65
Hex B9 94 9C 0 14 10 1B 15B 15 41
Octal 271 224 234 0 24 20 33 533 25 101
Binary 10111001 10010100 10011100 0 10100 10000 11011 101011011 10101 1000001

Color Harmonies of #B9949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9949C

Black with #B9949C

Text Example


Text Example

White with #B9949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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