Html Css Color HEX #B39296 Viola

📋 copy color: '#B39296'

red 179 ◦ green 146 ◦ blue 150

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

Shades of Viola #B39296

Tints of Viola #B39296

RGB

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

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

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

R = 37.68%
G = 30.74%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B39296 (or 0xB39296) is known color: Viola. HEX triplet: B3, 92 and 96. RGB value is (179,146,150). Sum of RGB (Red+Green+Blue) = 179+146+150=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39296 is #4C6D69. Grayscale: #9C9C9C. Windows color (decimal): -5008746 or 9867955. OLE color: 9867955.

HSL color Cylindrical-coordinate representation of color #B39296: hue angle of 352.73º 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 #B39296 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 150 -
CMYK 0 0.18 0.16 0.30
HSL 352.73º 0.18% 0.64% -
HSV(B) 352.73º 0.18% 0.7% -
XYZ 34.37 32.34 33.29 -
YUV 156.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 179 146 150 0 0.18 0.16 0.30 352.73 0.18 0.64
Hex B3 92 96 0 12 10 1E 161 12 40
Octal 263 222 226 0 22 20 36 541 22 100
Binary 10110011 10010010 10010110 0 10010 10000 11110 101100001 10010 1000000

Color Harmonies of #B39296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39296

Black with #B39296

Text Example


Text Example

White with #B39296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39296; }

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

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

background-color css

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

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

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

border-color css

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

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

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