Html Css Color HEX #B18494 Viola

📋 copy color: '#B18494'

red 177 ◦ green 132 ◦ blue 148

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

Shades of Viola #B18494

Tints of Viola #B18494

RGB

 RED value IS 177 (69.53% from 255) = 38.73%

 GREEN value IS 132 (51.95% from 255) = 28.88%

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

R = 38.73%
G = 28.88%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B18494 (or 0xB18494) is known color: Viola. HEX triplet: B1, 84 and 94. RGB value is (177,132,148). Sum of RGB (Red+Green+Blue) = 177+132+148=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18494 is #4E7B6B. Grayscale: #939393. Windows color (decimal): -5143404 or 9733297. OLE color: 9733297.

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

Color convert

RGB 177 132 148 -
CMYK 0 0.25 0.16 0.31
HSL 338.67º 0.22% 0.61% -
HSV(B) 338.67º 0.25% 0.69% -
XYZ 31.73 27.99 31.75 -
YUV 147.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 177 132 148 0 0.25 0.16 0.31 338.67 0.22 0.61
Hex B1 84 94 0 19 10 1F 153 16 3D
Octal 261 204 224 0 31 20 37 523 26 75
Binary 10110001 10000100 10010100 0 11001 10000 11111 101010011 10110 111101

Color Harmonies of #B18494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18494

Black with #B18494

Text Example


Text Example

White with #B18494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18494; }

 p { color: rgb(177,132,148); }

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

background-color css

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

 a { background-color: rgb(177,132,148); }

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

border-color css

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

 span { border-color: rgb(177,132,148); }

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