Html Css Color HEX #B48896 Viola

📋 copy color: '#B48896'

red 180 ◦ green 136 ◦ blue 150

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

Shades of Viola #B48896

Tints of Viola #B48896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 38.63%
G = 29.18%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B48896 (or 0xB48896) is known color: Viola. HEX triplet: B4, 88 and 96. RGB value is (180,136,150). Sum of RGB (Red+Green+Blue) = 180+136+150=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B48896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48896 is #4B7769. Grayscale: #969696. Windows color (decimal): -4945770 or 9865396. OLE color: 9865396.

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

Color convert

RGB 180 136 150 -
CMYK 0 0.24 0.17 0.29
HSL 340.91º 0.23% 0.62% -
HSV(B) 340.91º 0.24% 0.71% -
XYZ 33.13 29.51 32.8 -
YUV 150.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 180 136 150 0 0.24 0.17 0.29 340.91 0.23 0.62
Hex B4 88 96 0 18 11 1D 155 17 3E
Octal 264 210 226 0 30 21 35 525 27 76
Binary 10110100 10001000 10010110 0 11000 10001 11101 101010101 10111 111110

Color Harmonies of #B48896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48896

Black with #B48896

Text Example


Text Example

White with #B48896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48896; }

 p { color: rgb(180,136,150); }

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

background-color css

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

 a { background-color: rgb(180,136,150); }

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

border-color css

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

 span { border-color: rgb(180,136,150); }

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