Html Css Color HEX #B99398 Viola

📋 copy color: '#B99398'

red 185 ◦ green 147 ◦ blue 152

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

Shades of Viola #B99398

Tints of Viola #B99398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 38.22%
G = 30.37%
B = 31.4%

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

#B99398 (or 0xB99398) is known color: Viola. HEX triplet: B9, 93 and 98. RGB value is (185,147,152). Sum of RGB (Red+Green+Blue) = 185+147+152=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99398 is #466C67. Grayscale: #9E9E9E. Windows color (decimal): -4615272 or 9999289. OLE color: 9999289.

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

Color convert

RGB 185 147 152 -
CMYK 0 0.21 0.18 0.27
HSL 352.11º 0.21% 0.65% -
HSV(B) 352.11º 0.21% 0.73% -
XYZ 36.11 33.45 34.26 -
YUV 158.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 185 147 152 0 0.21 0.18 0.27 352.11 0.21 0.65
Hex B9 93 98 0 15 12 1B 160 15 41
Octal 271 223 230 0 25 22 33 540 25 101
Binary 10111001 10010011 10011000 0 10101 10010 11011 101100000 10101 1000001

Color Harmonies of #B99398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99398

Black with #B99398

Text Example


Text Example

White with #B99398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99398; }

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

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

background-color css

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

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

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

border-color css

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

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

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