Html Css Color HEX #B09294 Viola

📋 copy color: '#B09294'

red 176 ◦ green 146 ◦ blue 148

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

Shades of Viola #B09294

Tints of Viola #B09294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 37.45%
G = 31.06%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09294 (or 0xB09294) is known color: Viola. HEX triplet: B0, 92 and 94. RGB value is (176,146,148). Sum of RGB (Red+Green+Blue) = 176+146+148=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09294 is #4F6D6B. Grayscale: #9B9B9B. Windows color (decimal): -5205356 or 9736880. OLE color: 9736880.

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

Color convert

RGB 176 146 148 -
CMYK 0 0.17 0.16 0.31
HSL 356º 0.16% 0.63% -
HSV(B) 356º 0.17% 0.69% -
XYZ 33.53 31.93 32.41 -
YUV 155.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 176 146 148 0 0.17 0.16 0.31 356 0.16 0.63
Hex B0 92 94 0 11 10 1F 164 10 3F
Octal 260 222 224 0 21 20 37 544 20 77
Binary 10110000 10010010 10010100 0 10001 10000 11111 101100100 10000 111111

Color Harmonies of #B09294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09294

Black with #B09294

Text Example


Text Example

White with #B09294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09294; }

 p { color: rgb(176,146,148); }

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

background-color css

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

 a { background-color: rgb(176,146,148); }

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

border-color css

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

 span { border-color: rgb(176,146,148); }

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