Html Css Color HEX #B9949E Viola

📋 copy color: '#B9949E'

red 185 ◦ green 148 ◦ blue 158

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

Shades of Viola #B9949E

Tints of Viola #B9949E

RGB

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

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

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

R = 37.68%
G = 30.14%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9949E (or 0xB9949E) is known color: Viola. HEX triplet: B9, 94 and 9E. RGB value is (185,148,158). Sum of RGB (Red+Green+Blue) = 185+148+158=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949E is #466B61. Grayscale: #A0A0A0. Windows color (decimal): -4615010 or 10392761. OLE color: 10392761.

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

Color convert

RGB 185 148 158 -
CMYK 0 0.20 0.15 0.27
HSL 343.78º 0.21% 0.65% -
HSV(B) 343.78º 0.2% 0.73% -
XYZ 36.77 33.96 36.97 -
YUV 160.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 185 148 158 0 0.20 0.15 0.27 343.78 0.21 0.65
Hex B9 94 9E 0 14 F 1B 158 15 41
Octal 271 224 236 0 24 17 33 530 25 101
Binary 10111001 10010100 10011110 0 10100 1111 11011 101011000 10101 1000001

Color Harmonies of #B9949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9949E

Black with #B9949E

Text Example


Text Example

White with #B9949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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