Html Css Color HEX #B98392 Viola

📋 copy color: '#B98392'

red 185 ◦ green 131 ◦ blue 146

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

Shades of Viola #B98392

Tints of Viola #B98392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 40.04%
G = 28.35%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B98392 (or 0xB98392) is known color: Viola. HEX triplet: B9, 83 and 92. RGB value is (185,131,146). Sum of RGB (Red+Green+Blue) = 185+131+146=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B98392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98392 is #467C6D. Grayscale: #949494. Windows color (decimal): -4619374 or 9601977. OLE color: 9601977.

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

Color convert

RGB 185 131 146 -
CMYK 0 0.29 0.21 0.27
HSL 343.33º 0.28% 0.62% -
HSV(B) 343.33º 0.29% 0.73% -
XYZ 33.31 28.62 30.96 -
YUV 148.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 185 131 146 0 0.29 0.21 0.27 343.33 0.28 0.62
Hex B9 83 92 0 1D 15 1B 157 1C 3E
Octal 271 203 222 0 35 25 33 527 34 76
Binary 10111001 10000011 10010010 0 11101 10101 11011 101010111 11100 111110

Color Harmonies of #B98392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98392

Black with #B98392

Text Example


Text Example

White with #B98392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98392; }

 p { color: rgb(185,131,146); }

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

background-color css

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

 a { background-color: rgb(185,131,146); }

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

border-color css

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

 span { border-color: rgb(185,131,146); }

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