Html Css Color HEX #B09196 Viola

📋 copy color: '#B09196'

red 176 ◦ green 145 ◦ blue 150

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

Shades of Viola #B09196

Tints of Viola #B09196

RGB

 RED value IS 176 (69.14% from 255) = 37.37%

 GREEN value IS 145 (57.03% from 255) = 30.79%

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

R = 37.37%
G = 30.79%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09196 (or 0xB09196) is known color: Viola. HEX triplet: B0, 91 and 96. RGB value is (176,145,150). Sum of RGB (Red+Green+Blue) = 176+145+150=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09196 is #4F6E69. Grayscale: #9A9A9A. Windows color (decimal): -5205610 or 9867696. OLE color: 9867696.

HSL color Cylindrical-coordinate representation of color #B09196: hue angle of 350.32º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09196 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 150 -
CMYK 0 0.18 0.15 0.31
HSL 350.32º 0.16% 0.63% -
HSV(B) 350.32º 0.18% 0.69% -
XYZ 33.53 31.68 33.2 -
YUV 154.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 176 145 150 0 0.18 0.15 0.31 350.32 0.16 0.63
Hex B0 91 96 0 12 F 1F 15E 10 3F
Octal 260 221 226 0 22 17 37 536 20 77
Binary 10110000 10010001 10010110 0 10010 1111 11111 101011110 10000 111111

Color Harmonies of #B09196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09196

Black with #B09196

Text Example


Text Example

White with #B09196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09196; }

 p { color: rgb(176,145,150); }

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

background-color css

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

 a { background-color: rgb(176,145,150); }

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

border-color css

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

 span { border-color: rgb(176,145,150); }

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