Html Css Color HEX #B9969E Viola

📋 copy color: '#B9969E'

red 185 ◦ green 150 ◦ blue 158

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

Shades of Viola #B9969E

Tints of Viola #B9969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

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

R = 37.53%
G = 30.43%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9969E (or 0xB9969E) is known color: Viola. HEX triplet: B9, 96 and 9E. RGB value is (185,150,158). Sum of RGB (Red+Green+Blue) = 185+150+158=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969E is #466961. Grayscale: #A1A1A1. Windows color (decimal): -4614498 or 10393273. OLE color: 10393273.

HSL color Cylindrical-coordinate representation of color #B9969E: hue angle of 346.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9969E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 158 -
CMYK 0 0.19 0.15 0.27
HSL 346.29º 0.2% 0.66% -
HSV(B) 346.29º 0.19% 0.73% -
XYZ 37.09 34.6 37.07 -
YUV 161.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 185 150 158 0 0.19 0.15 0.27 346.29 0.2 0.66
Hex B9 96 9E 0 13 F 1B 15A 14 42
Octal 271 226 236 0 23 17 33 532 24 102
Binary 10111001 10010110 10011110 0 10011 1111 11011 101011010 10100 1000010

Color Harmonies of #B9969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9969E

Black with #B9969E

Text Example


Text Example

White with #B9969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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