Html Css Color HEX #B98396 Viola

📋 copy color: '#B98396'

red 185 ◦ green 131 ◦ blue 150

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

Shades of Viola #B98396

Tints of Viola #B98396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 39.7%
G = 28.11%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B98396 (or 0xB98396) is known color: Viola. HEX triplet: B9, 83 and 96. RGB value is (185,131,150). Sum of RGB (Red+Green+Blue) = 185+131+150=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B98396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98396 is #467C69. Grayscale: #959595. Windows color (decimal): -4619370 or 9864121. OLE color: 9864121.

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

Color convert

RGB 185 131 150 -
CMYK 0 0.29 0.19 0.27
HSL 338.89º 0.28% 0.62% -
HSV(B) 338.89º 0.29% 0.73% -
XYZ 33.63 28.75 32.63 -
YUV 149.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 185 131 150 0 0.29 0.19 0.27 338.89 0.28 0.62
Hex B9 83 96 0 1D 13 1B 153 1C 3E
Octal 271 203 226 0 35 23 33 523 34 76
Binary 10111001 10000011 10010110 0 11101 10011 11011 101010011 11100 111110

Color Harmonies of #B98396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98396

Black with #B98396

Text Example


Text Example

White with #B98396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98396; }

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

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

background-color css

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

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

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

border-color css

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

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

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