Html Css Color HEX #B68596 Viola

📋 copy color: '#B68596'

red 182 ◦ green 133 ◦ blue 150

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

Shades of Viola #B68596

Tints of Viola #B68596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

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

R = 39.14%
G = 28.6%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B68596 (or 0xB68596) is known color: Viola. HEX triplet: B6, 85 and 96. RGB value is (182,133,150). Sum of RGB (Red+Green+Blue) = 182+133+150=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B68596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68596 is #497A69. Grayscale: #959595. Windows color (decimal): -4815466 or 9864630. OLE color: 9864630.

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

Color convert

RGB 182 133 150 -
CMYK 0 0.27 0.18 0.29
HSL 339.18º 0.25% 0.62% -
HSV(B) 339.18º 0.27% 0.71% -
XYZ 33.18 28.92 32.69 -
YUV 149.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 182 133 150 0 0.27 0.18 0.29 339.18 0.25 0.62
Hex B6 85 96 0 1B 12 1D 153 19 3E
Octal 266 205 226 0 33 22 35 523 31 76
Binary 10110110 10000101 10010110 0 11011 10010 11101 101010011 11001 111110

Color Harmonies of #B68596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68596

Black with #B68596

Text Example


Text Example

White with #B68596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68596; }

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

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

background-color css

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

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

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

border-color css

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

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

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