Html Css Color HEX #B48E94 Viola

📋 copy color: '#B48E94'

red 180 ◦ green 142 ◦ blue 148

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

Shades of Viola #B48E94

Tints of Viola #B48E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

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

R = 38.3%
G = 30.21%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48E94 (or 0xB48E94) is known color: Viola. HEX triplet: B4, 8E and 94. RGB value is (180,142,148). Sum of RGB (Red+Green+Blue) = 180+142+148=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E94 is #4B716B. Grayscale: #9A9A9A. Windows color (decimal): -4944236 or 9735860. OLE color: 9735860.

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

Color convert

RGB 180 142 148 -
CMYK 0 0.21 0.18 0.29
HSL 350.53º 0.2% 0.63% -
HSV(B) 350.53º 0.21% 0.71% -
XYZ 33.84 31.19 32.25 -
YUV 154.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 180 142 148 0 0.21 0.18 0.29 350.53 0.2 0.63
Hex B4 8E 94 0 15 12 1D 15F 14 3F
Octal 264 216 224 0 25 22 35 537 24 77
Binary 10110100 10001110 10010100 0 10101 10010 11101 101011111 10100 111111

Color Harmonies of #B48E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E94

Black with #B48E94

Text Example


Text Example

White with #B48E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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