Html Css Color HEX #B48691 Viola

📋 copy color: '#B48691'

red 180 ◦ green 134 ◦ blue 145

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

Shades of Viola #B48691

Tints of Viola #B48691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 39.22%
G = 29.19%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B48691 (or 0xB48691) is known color: Viola. HEX triplet: B4, 86 and 91. RGB value is (180,134,145). Sum of RGB (Red+Green+Blue) = 180+134+145=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48691 is #4B796E. Grayscale: #959595. Windows color (decimal): -4946287 or 9537204. OLE color: 9537204.

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

Color convert

RGB 180 134 145 -
CMYK 0 0.26 0.19 0.29
HSL 345.65º 0.23% 0.62% -
HSV(B) 345.65º 0.26% 0.71% -
XYZ 32.46 28.8 30.64 -
YUV 149.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 180 134 145 0 0.26 0.19 0.29 345.65 0.23 0.62
Hex B4 86 91 0 1A 13 1D 15A 17 3E
Octal 264 206 221 0 32 23 35 532 27 76
Binary 10110100 10000110 10010001 0 11010 10011 11101 101011010 10111 111110

Color Harmonies of #B48691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48691

Black with #B48691

Text Example


Text Example

White with #B48691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48691; }

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

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

background-color css

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

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

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

border-color css

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

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

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