Html Css Color HEX #B39294 Viola

📋 copy color: '#B39294'

red 179 ◦ green 146 ◦ blue 148

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

Shades of Viola #B39294

Tints of Viola #B39294

RGB

 RED value IS 179 (70.31% from 255) = 37.84%

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 37.84%
G = 30.87%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B39294 (or 0xB39294) is known color: Viola. HEX triplet: B3, 92 and 94. RGB value is (179,146,148). Sum of RGB (Red+Green+Blue) = 179+146+148=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39294 is #4C6D6B. Grayscale: #9C9C9C. Windows color (decimal): -5008748 or 9736883. OLE color: 9736883.

HSL color Cylindrical-coordinate representation of color #B39294: hue angle of 356.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B39294 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 148 -
CMYK 0 0.18 0.17 0.30
HSL 356.36º 0.18% 0.64% -
HSV(B) 356.36º 0.18% 0.7% -
XYZ 34.21 32.28 32.44 -
YUV 156.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 179 146 148 0 0.18 0.17 0.30 356.36 0.18 0.64
Hex B3 92 94 0 12 11 1E 164 12 40
Octal 263 222 224 0 22 21 36 544 22 100
Binary 10110011 10010010 10010100 0 10010 10001 11110 101100100 10010 1000000

Color Harmonies of #B39294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39294

Black with #B39294

Text Example


Text Example

White with #B39294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39294; }

 p { color: rgb(179,146,148); }

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

background-color css

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

 a { background-color: rgb(179,146,148); }

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

border-color css

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

 span { border-color: rgb(179,146,148); }

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