Html Css Color HEX #B48D90 Viola

📋 copy color: '#B48D90'

red 180 ◦ green 141 ◦ blue 144

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

Shades of Viola #B48D90

Tints of Viola #B48D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 38.71%
G = 30.32%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B48D90 (or 0xB48D90) is known color: Viola. HEX triplet: B4, 8D and 90. RGB value is (180,141,144). Sum of RGB (Red+Green+Blue) = 180+141+144=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D90 is #4B726F. Grayscale: #999999. Windows color (decimal): -4944496 or 9473460. OLE color: 9473460.

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

Color convert

RGB 180 141 144 -
CMYK 0 0.22 0.2 0.29
HSL 355.38º 0.21% 0.63% -
HSV(B) 355.38º 0.22% 0.71% -
XYZ 33.38 30.77 30.56 -
YUV 153 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 180 141 144 0 0.22 0.2 0.29 355.38 0.21 0.63
Hex B4 8D 90 0 16 14 1D 163 15 3F
Octal 264 215 220 0 26 24 35 543 25 77
Binary 10110100 10001101 10010000 0 10110 10100 11101 101100011 10101 111111

Color Harmonies of #B48D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D90

Black with #B48D90

Text Example


Text Example

White with #B48D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D90; }

 p { color: rgb(180,141,144); }

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

background-color css

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

 a { background-color: rgb(180,141,144); }

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

border-color css

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

 span { border-color: rgb(180,141,144); }

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