Html Css Color HEX #B98395 Viola

📋 copy color: '#B98395'

red 185 ◦ green 131 ◦ blue 149

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

Shades of Viola #B98395

Tints of Viola #B98395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 39.78%
G = 28.17%
B = 32.04%

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

#B98395 (or 0xB98395) is known color: Viola. HEX triplet: B9, 83 and 95. RGB value is (185,131,149). Sum of RGB (Red+Green+Blue) = 185+131+149=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98395 is #467C6A. Grayscale: #959595. Windows color (decimal): -4619371 or 9798585. OLE color: 9798585.

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

Color convert

RGB 185 131 149 -
CMYK 0 0.29 0.19 0.27
HSL 340º 0.28% 0.62% -
HSV(B) 340º 0.29% 0.73% -
XYZ 33.55 28.72 32.21 -
YUV 149.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 185 131 149 0 0.29 0.19 0.27 340 0.28 0.62
Hex B9 83 95 0 1D 13 1B 154 1C 3E
Octal 271 203 225 0 35 23 33 524 34 76
Binary 10111001 10000011 10010101 0 11101 10011 11011 101010100 11100 111110

Color Harmonies of #B98395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98395

Black with #B98395

Text Example


Text Example

White with #B98395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98395; }

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

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

background-color css

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

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

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

border-color css

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

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

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