Html Css Color HEX #BB9194 Viola

📋 copy color: '#BB9194'

red 187 ◦ green 145 ◦ blue 148

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

Shades of Viola #BB9194

Tints of Viola #BB9194

RGB

 RED value IS 187 (73.44% from 255) = 38.96%

 GREEN value IS 145 (57.03% from 255) = 30.21%

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 38.96%
G = 30.21%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9194 (or 0xBB9194) is known color: Viola. HEX triplet: BB, 91 and 94. RGB value is (187,145,148). Sum of RGB (Red+Green+Blue) = 187+145+148=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9194 is #446E6B. Grayscale: #9D9D9D. Windows color (decimal): -4484716 or 9736635. OLE color: 9736635.

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

Color convert

RGB 187 145 148 -
CMYK 0 0.22 0.21 0.27
HSL 355.71º 0.24% 0.65% -
HSV(B) 355.71º 0.22% 0.73% -
XYZ 35.96 32.95 32.48 -
YUV 157.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 187 145 148 0 0.22 0.21 0.27 355.71 0.24 0.65
Hex BB 91 94 0 16 15 1B 164 18 41
Octal 273 221 224 0 26 25 33 544 30 101
Binary 10111011 10010001 10010100 0 10110 10101 11011 101100100 11000 1000001

Color Harmonies of #BB9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9194

Black with #BB9194

Text Example


Text Example

White with #BB9194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9194; }

 p { color: rgb(187,145,148); }

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

background-color css

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

 a { background-color: rgb(187,145,148); }

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

border-color css

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

 span { border-color: rgb(187,145,148); }

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