Html Css Color HEX #B49098 Viola

📋 copy color: '#B49098'

red 180 ◦ green 144 ◦ blue 152

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

Shades of Viola #B49098

Tints of Viola #B49098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 37.82%
G = 30.25%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B49098 (or 0xB49098) is known color: Viola. HEX triplet: B4, 90 and 98. RGB value is (180,144,152). Sum of RGB (Red+Green+Blue) = 180+144+152=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49098 is #4B6F67. Grayscale: #9B9B9B. Windows color (decimal): -4943720 or 9998516. OLE color: 9998516.

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

Color convert

RGB 180 144 152 -
CMYK 0 0.2 0.16 0.29
HSL 346.67º 0.19% 0.64% -
HSV(B) 346.67º 0.2% 0.71% -
XYZ 34.46 31.92 34.05 -
YUV 155.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 180 144 152 0 0.2 0.16 0.29 346.67 0.19 0.64
Hex B4 90 98 0 14 10 1D 15B 13 40
Octal 264 220 230 0 24 20 35 533 23 100
Binary 10110100 10010000 10011000 0 10100 10000 11101 101011011 10011 1000000

Color Harmonies of #B49098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49098

Black with #B49098

Text Example


Text Example

White with #B49098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49098; }

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

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

background-color css

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

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

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

border-color css

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

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

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