Html Css Color HEX #B29295 Viola

📋 copy color: '#B29295'

red 178 ◦ green 146 ◦ blue 149

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

Shades of Viola #B29295

Tints of Viola #B29295

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

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

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

R = 37.63%
G = 30.87%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B29295 (or 0xB29295) is known color: Viola. HEX triplet: B2, 92 and 95. RGB value is (178,146,149). Sum of RGB (Red+Green+Blue) = 178+146+149=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29295 is #4D6D6A. Grayscale: #9B9B9B. Windows color (decimal): -5074283 or 9802418. OLE color: 9802418.

HSL color Cylindrical-coordinate representation of color #B29295: hue angle of 354.38º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29295 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 149 -
CMYK 0 0.18 0.16 0.30
HSL 354.38º 0.17% 0.64% -
HSV(B) 354.38º 0.18% 0.7% -
XYZ 34.06 32.19 32.85 -
YUV 155.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 178 146 149 0 0.18 0.16 0.30 354.38 0.17 0.64
Hex B2 92 95 0 12 10 1E 162 11 40
Octal 262 222 225 0 22 20 36 542 21 100
Binary 10110010 10010010 10010101 0 10010 10000 11110 101100010 10001 1000000

Color Harmonies of #B29295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29295

Black with #B29295

Text Example


Text Example

White with #B29295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29295; }

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

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

background-color css

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

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

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

border-color css

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

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

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