Html Css Color HEX #B696A0 Viola

📋 copy color: '#B696A0'

red 182 ◦ green 150 ◦ blue 160

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

Shades of Viola #B696A0

Tints of Viola #B696A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 36.99%
G = 30.49%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B696A0 (or 0xB696A0) is known color: Viola. HEX triplet: B6, 96 and A0. RGB value is (182,150,160). Sum of RGB (Red+Green+Blue) = 182+150+160=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B696A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696A0 is #49695F. Grayscale: #A0A0A0. Windows color (decimal): -4811104 or 10524342. OLE color: 10524342.

HSL color Cylindrical-coordinate representation of color #B696A0: hue angle of 341.25º 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 #B696A0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 150 160 -
CMYK 0 0.18 0.12 0.29
HSL 341.25º 0.18% 0.65% -
HSV(B) 341.25º 0.18% 0.71% -
XYZ 36.54 34.3 37.95 -
YUV 160.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 182 150 160 0 0.18 0.12 0.29 341.25 0.18 0.65
Hex B6 96 A0 0 12 C 1D 155 12 41
Octal 266 226 240 0 22 14 35 525 22 101
Binary 10110110 10010110 10100000 0 10010 1100 11101 101010101 10010 1000001

Color Harmonies of #B696A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696A0

Black with #B696A0

Text Example


Text Example

White with #B696A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696A0; }

 p { color: rgb(182,150,160); }

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

background-color css

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

 a { background-color: rgb(182,150,160); }

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

border-color css

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

 span { border-color: rgb(182,150,160); }

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