Html Css Color HEX #BB9499 Viola

📋 copy color: '#BB9499'

red 187 ◦ green 148 ◦ blue 153

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

Shades of Viola #BB9499

Tints of Viola #BB9499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 38.32%
G = 30.33%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB9499 (or 0xBB9499) is known color: Viola. HEX triplet: BB, 94 and 99. RGB value is (187,148,153). Sum of RGB (Red+Green+Blue) = 187+148+153=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9499 is #446B66. Grayscale: #A0A0A0. Windows color (decimal): -4483943 or 10065083. OLE color: 10065083.

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

Color convert

RGB 187 148 153 -
CMYK 0 0.21 0.18 0.27
HSL 352.31º 0.22% 0.66% -
HSV(B) 352.31º 0.21% 0.73% -
XYZ 36.83 34.04 34.77 -
YUV 160.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 187 148 153 0 0.21 0.18 0.27 352.31 0.22 0.66
Hex BB 94 99 0 15 12 1B 160 16 42
Octal 273 224 231 0 25 22 33 540 26 102
Binary 10111011 10010100 10011001 0 10101 10010 11011 101100000 10110 1000010

Color Harmonies of #BB9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9499

Black with #BB9499

Text Example


Text Example

White with #BB9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9499; }

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

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

background-color css

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

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

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

border-color css

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

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

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