Html Css Color HEX #B09193 Viola

📋 copy color: '#B09193'

red 176 ◦ green 145 ◦ blue 147

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

Shades of Viola #B09193

Tints of Viola #B09193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 37.61%
G = 30.98%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09193 (or 0xB09193) is known color: Viola. HEX triplet: B0, 91 and 93. RGB value is (176,145,147). Sum of RGB (Red+Green+Blue) = 176+145+147=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09193 is #4F6E6C. Grayscale: #9A9A9A. Windows color (decimal): -5205613 or 9671088. OLE color: 9671088.

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

Color convert

RGB 176 145 147 -
CMYK 0 0.18 0.16 0.31
HSL 356.13º 0.16% 0.63% -
HSV(B) 356.13º 0.18% 0.69% -
XYZ 33.3 31.59 31.95 -
YUV 154.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 176 145 147 0 0.18 0.16 0.31 356.13 0.16 0.63
Hex B0 91 93 0 12 10 1F 164 10 3F
Octal 260 221 223 0 22 20 37 544 20 77
Binary 10110000 10010001 10010011 0 10010 10000 11111 101100100 10000 111111

Color Harmonies of #B09193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09193

Black with #B09193

Text Example


Text Example

White with #B09193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09193; }

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

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

background-color css

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

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

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

border-color css

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

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

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