Html Css Color HEX #B69295 Viola

📋 copy color: '#B69295'

red 182 ◦ green 146 ◦ blue 149

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

Shades of Viola #B69295

Tints of Viola #B69295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.61%

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

R = 38.16%
G = 30.61%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B69295 (or 0xB69295) is known color: Viola. HEX triplet: B6, 92 and 95. RGB value is (182,146,149). Sum of RGB (Red+Green+Blue) = 182+146+149=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69295 is #496D6A. Grayscale: #9D9D9D. Windows color (decimal): -4812139 or 9802422. OLE color: 9802422.

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

Color convert

RGB 182 146 149 -
CMYK 0 0.20 0.18 0.29
HSL 355º 0.2% 0.64% -
HSV(B) 355º 0.2% 0.71% -
XYZ 35 32.67 32.9 -
YUV 157.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 182 146 149 0 0.20 0.18 0.29 355 0.2 0.64
Hex B6 92 95 0 14 12 1D 163 14 40
Octal 266 222 225 0 24 22 35 543 24 100
Binary 10110110 10010010 10010101 0 10100 10010 11101 101100011 10100 1000000

Color Harmonies of #B69295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69295

Black with #B69295

Text Example


Text Example

White with #B69295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69295; }

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

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

background-color css

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

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

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

border-color css

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

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

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