Html Css Color HEX #B48F90 Viola

📋 copy color: '#B48F90'

red 180 ◦ green 143 ◦ blue 144

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

Shades of Viola #B48F90

Tints of Viola #B48F90

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

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

R = 38.54%
G = 30.62%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B48F90 (or 0xB48F90) is known color: Viola. HEX triplet: B4, 8F and 90. RGB value is (180,143,144). Sum of RGB (Red+Green+Blue) = 180+143+144=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F90 is #4B706F. Grayscale: #9A9A9A. Windows color (decimal): -4943984 or 9473972. OLE color: 9473972.

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

Color convert

RGB 180 143 144 -
CMYK 0 0.21 0.2 0.29
HSL 358.38º 0.2% 0.63% -
HSV(B) 358.38º 0.21% 0.71% -
XYZ 33.68 31.36 30.66 -
YUV 154.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 180 143 144 0 0.21 0.2 0.29 358.38 0.2 0.63
Hex B4 8F 90 0 15 14 1D 166 14 3F
Octal 264 217 220 0 25 24 35 546 24 77
Binary 10110100 10001111 10010000 0 10101 10100 11101 101100110 10100 111111

Color Harmonies of #B48F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F90

Black with #B48F90

Text Example


Text Example

White with #B48F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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