Html Css Color HEX #B09091 Viola

📋 copy color: '#B09091'

red 176 ◦ green 144 ◦ blue 145

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

Shades of Viola #B09091

Tints of Viola #B09091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 37.85%
G = 30.97%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09091 (or 0xB09091) is known color: Viola. HEX triplet: B0, 90 and 91. RGB value is (176,144,145). Sum of RGB (Red+Green+Blue) = 176+144+145=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B09091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09091 is #4F6F6E. Grayscale: #999999. Windows color (decimal): -5205871 or 9539760. OLE color: 9539760.

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

Color convert

RGB 176 144 145 -
CMYK 0 0.18 0.18 0.31
HSL 358.13º 0.17% 0.63% -
HSV(B) 358.13º 0.18% 0.69% -
XYZ 32.99 31.22 31.08 -
YUV 153.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 176 144 145 0 0.18 0.18 0.31 358.13 0.17 0.63
Hex B0 90 91 0 12 12 1F 166 11 3F
Octal 260 220 221 0 22 22 37 546 21 77
Binary 10110000 10010000 10010001 0 10010 10010 11111 101100110 10001 111111

Color Harmonies of #B09091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09091

Black with #B09091

Text Example


Text Example

White with #B09091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09091; }

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

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

background-color css

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

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

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

border-color css

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

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

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