Html Css Color HEX #B68796 Viola

📋 copy color: '#B68796'

red 182 ◦ green 135 ◦ blue 150

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

Shades of Viola #B68796

Tints of Viola #B68796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

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

R = 38.97%
G = 28.91%
B = 32.12%

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

#B68796 (or 0xB68796) is known color: Viola. HEX triplet: B6, 87 and 96. RGB value is (182,135,150). Sum of RGB (Red+Green+Blue) = 182+135+150=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B68796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68796 is #497869. Grayscale: #969696. Windows color (decimal): -4814954 or 9865142. OLE color: 9865142.

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

Color convert

RGB 182 135 150 -
CMYK 0 0.26 0.18 0.29
HSL 340.85º 0.24% 0.62% -
HSV(B) 340.85º 0.26% 0.71% -
XYZ 33.46 29.48 32.78 -
YUV 150.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 182 135 150 0 0.26 0.18 0.29 340.85 0.24 0.62
Hex B6 87 96 0 1A 12 1D 155 18 3E
Octal 266 207 226 0 32 22 35 525 30 76
Binary 10110110 10000111 10010110 0 11010 10010 11101 101010101 11000 111110

Color Harmonies of #B68796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68796

Black with #B68796

Text Example


Text Example

White with #B68796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68796; }

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

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

background-color css

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

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

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

border-color css

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

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

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