Html Css Color HEX #B6949B Viola

📋 copy color: '#B6949B'

red 182 ◦ green 148 ◦ blue 155

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

Shades of Viola #B6949B

Tints of Viola #B6949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 37.53%
G = 30.52%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6949B (or 0xB6949B) is known color: Viola. HEX triplet: B6, 94 and 9B. RGB value is (182,148,155). Sum of RGB (Red+Green+Blue) = 182+148+155=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949B is #496B64. Grayscale: #9E9E9E. Windows color (decimal): -4811621 or 10196150. OLE color: 10196150.

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

Color convert

RGB 182 148 155 -
CMYK 0 0.19 0.15 0.29
HSL 347.65º 0.19% 0.65% -
HSV(B) 347.65º 0.19% 0.71% -
XYZ 35.8 33.49 35.59 -
YUV 158.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 182 148 155 0 0.19 0.15 0.29 347.65 0.19 0.65
Hex B6 94 9B 0 13 F 1D 15C 13 41
Octal 266 224 233 0 23 17 35 534 23 101
Binary 10110110 10010100 10011011 0 10011 1111 11101 101011100 10011 1000001

Color Harmonies of #B6949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6949B

Black with #B6949B

Text Example


Text Example

White with #B6949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6949B; }

 p { color: rgb(182,148,155); }

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

background-color css

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

 a { background-color: rgb(182,148,155); }

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

border-color css

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

 span { border-color: rgb(182,148,155); }

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