Html Css Color HEX #B49091 Viola

📋 copy color: '#B49091'

red 180 ◦ green 144 ◦ blue 145

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

Shades of Viola #B49091

Tints of Viola #B49091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

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

R = 38.38%
G = 30.7%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B49091 (or 0xB49091) is known color: Viola. HEX triplet: B4, 90 and 91. RGB value is (180,144,145). Sum of RGB (Red+Green+Blue) = 180+144+145=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49091 is #4B6F6E. Grayscale: #9A9A9A. Windows color (decimal): -4943727 or 9539764. OLE color: 9539764.

HSL color Cylindrical-coordinate representation of color #B49091: hue angle of 358.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49091 is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 145 -
CMYK 0 0.2 0.19 0.29
HSL 358.33º 0.19% 0.64% -
HSV(B) 358.33º 0.2% 0.71% -
XYZ 33.91 31.69 31.12 -
YUV 154.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 180 144 145 0 0.2 0.19 0.29 358.33 0.19 0.64
Hex B4 90 91 0 14 13 1D 166 13 40
Octal 264 220 221 0 24 23 35 546 23 100
Binary 10110100 10010000 10010001 0 10100 10011 11101 101100110 10011 1000000

Color Harmonies of #B49091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49091

Black with #B49091

Text Example


Text Example

White with #B49091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49091; }

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

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

background-color css

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

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

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

border-color css

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

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

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