Html Css Color HEX #B09293 Viola

📋 copy color: '#B09293'

red 176 ◦ green 146 ◦ blue 147

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

Shades of Viola #B09293

Tints of Viola #B09293

RGB

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

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

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

R = 37.53%
G = 31.13%
B = 31.34%

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

#B09293 (or 0xB09293) is known color: Viola. HEX triplet: B0, 92 and 93. RGB value is (176,146,147). Sum of RGB (Red+Green+Blue) = 176+146+147=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09293 is #4F6D6C. Grayscale: #9B9B9B. Windows color (decimal): -5205357 or 9671344. OLE color: 9671344.

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

Color convert

RGB 176 146 147 -
CMYK 0 0.17 0.16 0.31
HSL 358º 0.16% 0.63% -
HSV(B) 358º 0.17% 0.69% -
XYZ 33.45 31.89 32 -
YUV 155.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 176 146 147 0 0.17 0.16 0.31 358 0.16 0.63
Hex B0 92 93 0 11 10 1F 166 10 3F
Octal 260 222 223 0 21 20 37 546 20 77
Binary 10110000 10010010 10010011 0 10001 10000 11111 101100110 10000 111111

Color Harmonies of #B09293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09293

Black with #B09293

Text Example


Text Example

White with #B09293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09293; }

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

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

background-color css

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

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

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

border-color css

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

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

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