Html Css Color HEX #B48D95 Viola

📋 copy color: '#B48D95'

red 180 ◦ green 141 ◦ blue 149

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

Shades of Viola #B48D95

Tints of Viola #B48D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 38.3%
G = 30%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B48D95 (or 0xB48D95) is known color: Viola. HEX triplet: B4, 8D and 95. RGB value is (180,141,149). Sum of RGB (Red+Green+Blue) = 180+141+149=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D95 is #4B726A. Grayscale: #999999. Windows color (decimal): -4944491 or 9801140. OLE color: 9801140.

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

Color convert

RGB 180 141 149 -
CMYK 0 0.22 0.17 0.29
HSL 347.69º 0.21% 0.63% -
HSV(B) 347.69º 0.22% 0.71% -
XYZ 33.77 30.92 32.62 -
YUV 153.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 180 141 149 0 0.22 0.17 0.29 347.69 0.21 0.63
Hex B4 8D 95 0 16 11 1D 15C 15 3F
Octal 264 215 225 0 26 21 35 534 25 77
Binary 10110100 10001101 10010101 0 10110 10001 11101 101011100 10101 111111

Color Harmonies of #B48D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D95

Black with #B48D95

Text Example


Text Example

White with #B48D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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