Html Css Color HEX #B48A94 Viola

📋 copy color: '#B48A94'

red 180 ◦ green 138 ◦ blue 148

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

Shades of Viola #B48A94

Tints of Viola #B48A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

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

R = 38.63%
G = 29.61%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B48A94 (or 0xB48A94) is known color: Viola. HEX triplet: B4, 8A and 94. RGB value is (180,138,148). Sum of RGB (Red+Green+Blue) = 180+138+148=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A94 is #4B756B. Grayscale: #979797. Windows color (decimal): -4945260 or 9734836. OLE color: 9734836.

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

Color convert

RGB 180 138 148 -
CMYK 0 0.23 0.18 0.29
HSL 345.71º 0.22% 0.62% -
HSV(B) 345.71º 0.23% 0.71% -
XYZ 33.26 30.02 32.06 -
YUV 151.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 180 138 148 0 0.23 0.18 0.29 345.71 0.22 0.62
Hex B4 8A 94 0 17 12 1D 15A 16 3E
Octal 264 212 224 0 27 22 35 532 26 76
Binary 10110100 10001010 10010100 0 10111 10010 11101 101011010 10110 111110

Color Harmonies of #B48A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A94

Black with #B48A94

Text Example


Text Example

White with #B48A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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