Html Css Color HEX #B991A0 Viola

📋 copy color: '#B991A0'

red 185 ◦ green 145 ◦ blue 160

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

Shades of Viola #B991A0

Tints of Viola #B991A0

RGB

 RED value IS 185 (72.66% from 255) = 37.76%

 GREEN value IS 145 (57.03% from 255) = 29.59%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 37.76%
G = 29.59%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B991A0 (or 0xB991A0) is known color: Viola. HEX triplet: B9, 91 and A0. RGB value is (185,145,160). Sum of RGB (Red+Green+Blue) = 185+145+160=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B991A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B991A0 is #466E5F. Grayscale: #9E9E9E. Windows color (decimal): -4615776 or 10523065. OLE color: 10523065.

HSL color Cylindrical-coordinate representation of color #B991A0: hue angle of 337.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B991A0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 160 -
CMYK 0 0.22 0.14 0.27
HSL 337.5º 0.22% 0.65% -
HSV(B) 337.5º 0.22% 0.73% -
XYZ 36.48 33.1 37.72 -
YUV 158.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 185 145 160 0 0.22 0.14 0.27 337.5 0.22 0.65
Hex B9 91 A0 0 16 E 1B 152 16 41
Octal 271 221 240 0 26 16 33 522 26 101
Binary 10111001 10010001 10100000 0 10110 1110 11011 101010010 10110 1000001

Color Harmonies of #B991A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991A0

Black with #B991A0

Text Example


Text Example

White with #B991A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991A0; }

 p { color: rgb(185,145,160); }

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

background-color css

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

 a { background-color: rgb(185,145,160); }

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

border-color css

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

 span { border-color: rgb(185,145,160); }

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