Html Css Color HEX #B39096 Viola

📋 copy color: '#B39096'

red 179 ◦ green 144 ◦ blue 150

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

Shades of Viola #B39096

Tints of Viola #B39096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.44%

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

R = 37.84%
G = 30.44%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B39096 (or 0xB39096) is known color: Viola. HEX triplet: B3, 90 and 96. RGB value is (179,144,150). Sum of RGB (Red+Green+Blue) = 179+144+150=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39096 is #4C6F69. Grayscale: #9B9B9B. Windows color (decimal): -5009258 or 9867443. OLE color: 9867443.

HSL color Cylindrical-coordinate representation of color #B39096: hue angle of 349.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39096 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 144 150 -
CMYK 0 0.20 0.16 0.30
HSL 349.71º 0.19% 0.63% -
HSV(B) 349.71º 0.2% 0.7% -
XYZ 34.07 31.73 33.18 -
YUV 155.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 179 144 150 0 0.20 0.16 0.30 349.71 0.19 0.63
Hex B3 90 96 0 14 10 1E 15E 13 3F
Octal 263 220 226 0 24 20 36 536 23 77
Binary 10110011 10010000 10010110 0 10100 10000 11110 101011110 10011 111111

Color Harmonies of #B39096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39096

Black with #B39096

Text Example


Text Example

White with #B39096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39096; }

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

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

background-color css

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

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

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

border-color css

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

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

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