Html Css Color HEX #B48B90 Viola

📋 copy color: '#B48B90'

red 180 ◦ green 139 ◦ blue 144

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

Shades of Viola #B48B90

Tints of Viola #B48B90

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 38.88%
G = 30.02%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B48B90 (or 0xB48B90) is known color: Viola. HEX triplet: B4, 8B and 90. RGB value is (180,139,144). Sum of RGB (Red+Green+Blue) = 180+139+144=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B90 is #4B746F. Grayscale: #979797. Windows color (decimal): -4945008 or 9472948. OLE color: 9472948.

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

Color convert

RGB 180 139 144 -
CMYK 0 0.23 0.2 0.29
HSL 352.68º 0.21% 0.63% -
HSV(B) 352.68º 0.23% 0.71% -
XYZ 33.09 30.18 30.47 -
YUV 151.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 180 139 144 0 0.23 0.2 0.29 352.68 0.21 0.63
Hex B4 8B 90 0 17 14 1D 161 15 3F
Octal 264 213 220 0 27 24 35 541 25 77
Binary 10110100 10001011 10010000 0 10111 10100 11101 101100001 10101 111111

Color Harmonies of #B48B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B90

Black with #B48B90

Text Example


Text Example

White with #B48B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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