Html Css Color HEX #B68695 Viola

📋 copy color: '#B68695'

red 182 ◦ green 134 ◦ blue 149

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

Shades of Viola #B68695

Tints of Viola #B68695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 39.14%
G = 28.82%
B = 32.04%

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

#B68695 (or 0xB68695) is known color: Viola. HEX triplet: B6, 86 and 95. RGB value is (182,134,149). Sum of RGB (Red+Green+Blue) = 182+134+149=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B68695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68695 is #49796A. Grayscale: #969696. Windows color (decimal): -4815211 or 9799350. OLE color: 9799350.

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

Color convert

RGB 182 134 149 -
CMYK 0 0.26 0.18 0.29
HSL 341.25º 0.25% 0.62% -
HSV(B) 341.25º 0.26% 0.71% -
XYZ 33.24 29.17 32.31 -
YUV 150.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 182 134 149 0 0.26 0.18 0.29 341.25 0.25 0.62
Hex B6 86 95 0 1A 12 1D 155 19 3E
Octal 266 206 225 0 32 22 35 525 31 76
Binary 10110110 10000110 10010101 0 11010 10010 11101 101010101 11001 111110

Color Harmonies of #B68695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68695

Black with #B68695

Text Example


Text Example

White with #B68695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68695; }

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

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

background-color css

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

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

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

border-color css

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

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

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