Html Css Color HEX #B68196 Viola

📋 copy color: '#B68196'

red 182 ◦ green 129 ◦ blue 150

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

Shades of Viola #B68196

Tints of Viola #B68196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 39.48%
G = 27.98%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B68196 (or 0xB68196) is known color: Viola. HEX triplet: B6, 81 and 96. RGB value is (182,129,150). Sum of RGB (Red+Green+Blue) = 182+129+150=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B68196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68196 is #497E69. Grayscale: #939393. Windows color (decimal): -4816490 or 9863606. OLE color: 9863606.

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

Color convert

RGB 182 129 150 -
CMYK 0 0.29 0.18 0.29
HSL 336.23º 0.27% 0.61% -
HSV(B) 336.23º 0.29% 0.71% -
XYZ 32.65 27.85 32.51 -
YUV 147.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 182 129 150 0 0.29 0.18 0.29 336.23 0.27 0.61
Hex B6 81 96 0 1D 12 1D 150 1B 3D
Octal 266 201 226 0 35 22 35 520 33 75
Binary 10110110 10000001 10010110 0 11101 10010 11101 101010000 11011 111101

Color Harmonies of #B68196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68196

Black with #B68196

Text Example


Text Example

White with #B68196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68196; }

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

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

background-color css

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

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

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

border-color css

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

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

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