Html Css Color HEX #B68296 Viola

📋 copy color: '#B68296'

red 182 ◦ green 130 ◦ blue 150

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

Shades of Viola #B68296

Tints of Viola #B68296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

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

R = 39.39%
G = 28.14%
B = 32.47%

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

#B68296 (or 0xB68296) is known color: Viola. HEX triplet: B6, 82 and 96. RGB value is (182,130,150). Sum of RGB (Red+Green+Blue) = 182+130+150=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B68296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68296 is #497D69. Grayscale: #939393. Windows color (decimal): -4816234 or 9863862. OLE color: 9863862.

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

Color convert

RGB 182 130 150 -
CMYK 0 0.29 0.18 0.29
HSL 336.92º 0.26% 0.61% -
HSV(B) 336.92º 0.29% 0.71% -
XYZ 32.78 28.11 32.55 -
YUV 147.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 182 130 150 0 0.29 0.18 0.29 336.92 0.26 0.61
Hex B6 82 96 0 1D 12 1D 151 1A 3D
Octal 266 202 226 0 35 22 35 521 32 75
Binary 10110110 10000010 10010110 0 11101 10010 11101 101010001 11010 111101

Color Harmonies of #B68296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68296

Black with #B68296

Text Example


Text Example

White with #B68296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68296; }

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

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

background-color css

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

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

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

border-color css

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

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

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