Html Css Color HEX #B49092 Viola

📋 copy color: '#B49092'

red 180 ◦ green 144 ◦ blue 146

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

Shades of Viola #B49092

Tints of Viola #B49092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 38.3%
G = 30.64%
B = 31.06%

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

#B49092 (or 0xB49092) is known color: Viola. HEX triplet: B4, 90 and 92. RGB value is (180,144,146). Sum of RGB (Red+Green+Blue) = 180+144+146=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49092 is #4B6F6D. Grayscale: #9B9B9B. Windows color (decimal): -4943726 or 9605300. OLE color: 9605300.

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

Color convert

RGB 180 144 146 -
CMYK 0 0.2 0.19 0.29
HSL 356.67º 0.19% 0.64% -
HSV(B) 356.67º 0.2% 0.71% -
XYZ 33.98 31.73 31.53 -
YUV 154.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 180 144 146 0 0.2 0.19 0.29 356.67 0.19 0.64
Hex B4 90 92 0 14 13 1D 165 13 40
Octal 264 220 222 0 24 23 35 545 23 100
Binary 10110100 10010000 10010010 0 10100 10011 11101 101100101 10011 1000000

Color Harmonies of #B49092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49092

Black with #B49092

Text Example


Text Example

White with #B49092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49092; }

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

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

background-color css

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

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

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

border-color css

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

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

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