Html Css Color HEX #B48696 Viola

📋 copy color: '#B48696'

red 180 ◦ green 134 ◦ blue 150

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

Shades of Viola #B48696

Tints of Viola #B48696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 38.79%
G = 28.88%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B48696 (or 0xB48696) is known color: Viola. HEX triplet: B4, 86 and 96. RGB value is (180,134,150). Sum of RGB (Red+Green+Blue) = 180+134+150=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B48696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48696 is #4B7969. Grayscale: #959595. Windows color (decimal): -4946282 or 9864884. OLE color: 9864884.

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

Color convert

RGB 180 134 150 -
CMYK 0 0.26 0.17 0.29
HSL 339.13º 0.23% 0.62% -
HSV(B) 339.13º 0.26% 0.71% -
XYZ 32.85 28.96 32.71 -
YUV 149.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 180 134 150 0 0.26 0.17 0.29 339.13 0.23 0.62
Hex B4 86 96 0 1A 11 1D 153 17 3E
Octal 264 206 226 0 32 21 35 523 27 76
Binary 10110100 10000110 10010110 0 11010 10001 11101 101010011 10111 111110

Color Harmonies of #B48696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48696

Black with #B48696

Text Example


Text Example

White with #B48696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48696; }

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

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

background-color css

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

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

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

border-color css

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

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

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