Html Css Color HEX #B6959A Viola

📋 copy color: '#B6959A'

red 182 ◦ green 149 ◦ blue 154

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

Shades of Viola #B6959A

Tints of Viola #B6959A

RGB

 RED value IS 182 (71.48% from 255) = 37.53%

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 37.53%
G = 30.72%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6959A (or 0xB6959A) is known color: Viola. HEX triplet: B6, 95 and 9A. RGB value is (182,149,154). Sum of RGB (Red+Green+Blue) = 182+149+154=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6959A is #496A65. Grayscale: #9F9F9F. Windows color (decimal): -4811366 or 10130870. OLE color: 10130870.

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

Color convert

RGB 182 149 154 -
CMYK 0 0.18 0.15 0.29
HSL 350.91º 0.18% 0.65% -
HSV(B) 350.91º 0.18% 0.71% -
XYZ 35.87 33.77 35.2 -
YUV 159.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 182 149 154 0 0.18 0.15 0.29 350.91 0.18 0.65
Hex B6 95 9A 0 12 F 1D 15F 12 41
Octal 266 225 232 0 22 17 35 537 22 101
Binary 10110110 10010101 10011010 0 10010 1111 11101 101011111 10010 1000001

Color Harmonies of #B6959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6959A

Black with #B6959A

Text Example


Text Example

White with #B6959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6959A; }

 p { color: rgb(182,149,154); }

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

background-color css

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

 a { background-color: rgb(182,149,154); }

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

border-color css

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

 span { border-color: rgb(182,149,154); }

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