Html Css Color HEX #B48494 Viola

📋 copy color: '#B48494'

red 180 ◦ green 132 ◦ blue 148

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

Shades of Viola #B48494

Tints of Viola #B48494

RGB

 RED value IS 180 (70.7% from 255) = 39.13%

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

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

R = 39.13%
G = 28.7%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48494 (or 0xB48494) is known color: Viola. HEX triplet: B4, 84 and 94. RGB value is (180,132,148). Sum of RGB (Red+Green+Blue) = 180+132+148=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48494 is #4B7B6B. Grayscale: #949494. Windows color (decimal): -4946796 or 9733300. OLE color: 9733300.

HSL color Cylindrical-coordinate representation of color #B48494: hue angle of 340º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48494 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 148 -
CMYK 0 0.27 0.18 0.29
HSL 340º 0.24% 0.61% -
HSV(B) 340º 0.27% 0.71% -
XYZ 32.42 28.34 31.78 -
YUV 148.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 180 132 148 0 0.27 0.18 0.29 340 0.24 0.61
Hex B4 84 94 0 1B 12 1D 154 18 3D
Octal 264 204 224 0 33 22 35 524 30 75
Binary 10110100 10000100 10010100 0 11011 10010 11101 101010100 11000 111101

Color Harmonies of #B48494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48494

Black with #B48494

Text Example


Text Example

White with #B48494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48494; }

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

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

background-color css

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

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

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

border-color css

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

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

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