Html Css Color HEX #B48492 Viola

📋 copy color: '#B48492'

red 180 ◦ green 132 ◦ blue 146

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

Shades of Viola #B48492

Tints of Viola #B48492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 39.3%
G = 28.82%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B48492 (or 0xB48492) is known color: Viola. HEX triplet: B4, 84 and 92. RGB value is (180,132,146). Sum of RGB (Red+Green+Blue) = 180+132+146=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B48492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48492 is #4B7B6D. Grayscale: #939393. Windows color (decimal): -4946798 or 9602228. OLE color: 9602228.

HSL color Cylindrical-coordinate representation of color #B48492: hue angle of 342.5º 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 #B48492 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 146 -
CMYK 0 0.27 0.19 0.29
HSL 342.5º 0.24% 0.61% -
HSV(B) 342.5º 0.27% 0.71% -
XYZ 32.26 28.28 30.95 -
YUV 147.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 180 132 146 0 0.27 0.19 0.29 342.5 0.24 0.61
Hex B4 84 92 0 1B 13 1D 156 18 3D
Octal 264 204 222 0 33 23 35 526 30 75
Binary 10110100 10000100 10010010 0 11011 10011 11101 101010110 11000 111101

Color Harmonies of #B48492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48492

Black with #B48492

Text Example


Text Example

White with #B48492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48492; }

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

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

background-color css

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

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

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

border-color css

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

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

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