Html Css Color HEX #B68696 Viola

📋 copy color: '#B68696'

red 182 ◦ green 134 ◦ blue 150

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

Shades of Viola #B68696

Tints of Viola #B68696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 39.06%
G = 28.76%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B68696 (or 0xB68696) is known color: Viola. HEX triplet: B6, 86 and 96. RGB value is (182,134,150). Sum of RGB (Red+Green+Blue) = 182+134+150=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B68696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68696 is #497969. Grayscale: #969696. Windows color (decimal): -4815210 or 9864886. OLE color: 9864886.

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

Color convert

RGB 182 134 150 -
CMYK 0 0.26 0.18 0.29
HSL 340º 0.25% 0.62% -
HSV(B) 340º 0.26% 0.71% -
XYZ 33.32 29.2 32.73 -
YUV 150.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 182 134 150 0 0.26 0.18 0.29 340 0.25 0.62
Hex B6 86 96 0 1A 12 1D 154 19 3E
Octal 266 206 226 0 32 22 35 524 31 76
Binary 10110110 10000110 10010110 0 11010 10010 11101 101010100 11001 111110

Color Harmonies of #B68696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68696

Black with #B68696

Text Example


Text Example

White with #B68696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68696; }

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

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

background-color css

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

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

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

border-color css

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

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

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