Html Css Color HEX #B68295 Viola

📋 copy color: '#B68295'

red 182 ◦ green 130 ◦ blue 149

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

Shades of Viola #B68295

Tints of Viola #B68295

RGB

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

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

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

R = 39.48%
G = 28.2%
B = 32.32%

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

#B68295 (or 0xB68295) is known color: Viola. HEX triplet: B6, 82 and 95. RGB value is (182,130,149). Sum of RGB (Red+Green+Blue) = 182+130+149=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B68295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68295 is #497D6A. Grayscale: #939393. Windows color (decimal): -4816235 or 9798326. OLE color: 9798326.

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

Color convert

RGB 182 130 149 -
CMYK 0 0.29 0.18 0.29
HSL 338.08º 0.26% 0.61% -
HSV(B) 338.08º 0.29% 0.71% -
XYZ 32.7 28.08 32.13 -
YUV 147.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 182 130 149 0 0.29 0.18 0.29 338.08 0.26 0.61
Hex B6 82 95 0 1D 12 1D 152 1A 3D
Octal 266 202 225 0 35 22 35 522 32 75
Binary 10110110 10000010 10010101 0 11101 10010 11101 101010010 11010 111101

Color Harmonies of #B68295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68295

Black with #B68295

Text Example


Text Example

White with #B68295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68295; }

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

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

background-color css

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

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

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

border-color css

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

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

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