Html Css Color HEX #B99399 Viola

📋 copy color: '#B99399'

red 185 ◦ green 147 ◦ blue 153

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

Shades of Viola #B99399

Tints of Viola #B99399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

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

R = 38.14%
G = 30.31%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B99399 (or 0xB99399) is known color: Viola. HEX triplet: B9, 93 and 99. RGB value is (185,147,153). Sum of RGB (Red+Green+Blue) = 185+147+153=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99399 is #466C66. Grayscale: #9F9F9F. Windows color (decimal): -4615271 or 10064825. OLE color: 10064825.

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

Color convert

RGB 185 147 153 -
CMYK 0 0.21 0.17 0.27
HSL 350.53º 0.21% 0.65% -
HSV(B) 350.53º 0.21% 0.73% -
XYZ 36.19 33.48 34.69 -
YUV 159.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 185 147 153 0 0.21 0.17 0.27 350.53 0.21 0.65
Hex B9 93 99 0 15 11 1B 15F 15 41
Octal 271 223 231 0 25 21 33 537 25 101
Binary 10111001 10010011 10011001 0 10101 10001 11011 101011111 10101 1000001

Color Harmonies of #B99399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99399

Black with #B99399

Text Example


Text Example

White with #B99399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99399; }

 p { color: rgb(185,147,153); }

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

background-color css

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

 a { background-color: rgb(185,147,153); }

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

border-color css

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

 span { border-color: rgb(185,147,153); }

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