Html Css Color HEX #B48B95 Viola

📋 copy color: '#B48B95'

red 180 ◦ green 139 ◦ blue 149

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

Shades of Viola #B48B95

Tints of Viola #B48B95

RGB

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

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

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

R = 38.46%
G = 29.7%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B48B95 (or 0xB48B95) is known color: Viola. HEX triplet: B4, 8B and 95. RGB value is (180,139,149). Sum of RGB (Red+Green+Blue) = 180+139+149=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B95 is #4B746A. Grayscale: #989898. Windows color (decimal): -4945003 or 9800628. OLE color: 9800628.

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

Color convert

RGB 180 139 149 -
CMYK 0 0.23 0.17 0.29
HSL 345.37º 0.21% 0.63% -
HSV(B) 345.37º 0.23% 0.71% -
XYZ 33.48 30.34 32.53 -
YUV 152.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 180 139 149 0 0.23 0.17 0.29 345.37 0.21 0.63
Hex B4 8B 95 0 17 11 1D 159 15 3F
Octal 264 213 225 0 27 21 35 531 25 77
Binary 10110100 10001011 10010101 0 10111 10001 11101 101011001 10101 111111

Color Harmonies of #B48B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B95

Black with #B48B95

Text Example


Text Example

White with #B48B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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