Html Css Color HEX #B98294 Viola

📋 copy color: '#B98294'

red 185 ◦ green 130 ◦ blue 148

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

Shades of Viola #B98294

Tints of Viola #B98294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 39.96%
G = 28.08%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B98294 (or 0xB98294) is known color: Viola. HEX triplet: B9, 82 and 94. RGB value is (185,130,148). Sum of RGB (Red+Green+Blue) = 185+130+148=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98294 is #467D6B. Grayscale: #949494. Windows color (decimal): -4619628 or 9732793. OLE color: 9732793.

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

Color convert

RGB 185 130 148 -
CMYK 0 0.30 0.20 0.27
HSL 340.36º 0.28% 0.62% -
HSV(B) 340.36º 0.3% 0.73% -
XYZ 33.34 28.42 31.75 -
YUV 148.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 185 130 148 0 0.30 0.20 0.27 340.36 0.28 0.62
Hex B9 82 94 0 1E 14 1B 154 1C 3E
Octal 271 202 224 0 36 24 33 524 34 76
Binary 10111001 10000010 10010100 0 11110 10100 11011 101010100 11100 111110

Color Harmonies of #B98294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98294

Black with #B98294

Text Example


Text Example

White with #B98294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98294; }

 p { color: rgb(185,130,148); }

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

background-color css

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

 a { background-color: rgb(185,130,148); }

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

border-color css

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

 span { border-color: rgb(185,130,148); }

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