Html Css Color HEX #B9949A Viola

📋 copy color: '#B9949A'

red 185 ◦ green 148 ◦ blue 154

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

Shades of Viola #B9949A

Tints of Viola #B9949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 37.99%
G = 30.39%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9949A (or 0xB9949A) is known color: Viola. HEX triplet: B9, 94 and 9A. RGB value is (185,148,154). Sum of RGB (Red+Green+Blue) = 185+148+154=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949A is #466B65. Grayscale: #9F9F9F. Windows color (decimal): -4615014 or 10130617. OLE color: 10130617.

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

Color convert

RGB 185 148 154 -
CMYK 0 0.20 0.17 0.27
HSL 350.27º 0.21% 0.65% -
HSV(B) 350.27º 0.2% 0.73% -
XYZ 36.43 33.83 35.18 -
YUV 159.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 185 148 154 0 0.20 0.17 0.27 350.27 0.21 0.65
Hex B9 94 9A 0 14 11 1B 15E 15 41
Octal 271 224 232 0 24 21 33 536 25 101
Binary 10111001 10010100 10011010 0 10100 10001 11011 101011110 10101 1000001

Color Harmonies of #B9949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9949A

Black with #B9949A

Text Example


Text Example

White with #B9949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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