Html Css Color HEX #B999A5 Viola

📋 copy color: '#B999A5'

red 185 ◦ green 153 ◦ blue 165

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

Shades of Viola #B999A5

Tints of Viola #B999A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 36.78%
G = 30.42%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B999A5 (or 0xB999A5) is known color: Viola. HEX triplet: B9, 99 and A5. RGB value is (185,153,165). Sum of RGB (Red+Green+Blue) = 185+153+165=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B999A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999A5 is #46665A. Grayscale: #A3A3A3. Windows color (decimal): -4613723 or 10852793. OLE color: 10852793.

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

Color convert

RGB 185 153 165 -
CMYK 0 0.17 0.11 0.27
HSL 337.5º 0.19% 0.66% -
HSV(B) 337.5º 0.17% 0.73% -
XYZ 38.19 35.81 40.5 -
YUV 163.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 185 153 165 0 0.17 0.11 0.27 337.5 0.19 0.66
Hex B9 99 A5 0 11 B 1B 152 13 42
Octal 271 231 245 0 21 13 33 522 23 102
Binary 10111001 10011001 10100101 0 10001 1011 11011 101010010 10011 1000010

Color Harmonies of #B999A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999A5

Black with #B999A5

Text Example


Text Example

White with #B999A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999A5; }

 p { color: rgb(185,153,165); }

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

background-color css

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

 a { background-color: rgb(185,153,165); }

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

border-color css

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

 span { border-color: rgb(185,153,165); }

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