Html Css Color HEX #B29195 Viola

📋 copy color: '#B29195'

red 178 ◦ green 145 ◦ blue 149

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

Shades of Viola #B29195

Tints of Viola #B29195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

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

R = 37.71%
G = 30.72%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B29195 (or 0xB29195) is known color: Viola. HEX triplet: B2, 91 and 95. RGB value is (178,145,149). Sum of RGB (Red+Green+Blue) = 178+145+149=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29195 is #4D6E6A. Grayscale: #9B9B9B. Windows color (decimal): -5074539 or 9802162. OLE color: 9802162.

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

Color convert

RGB 178 145 149 -
CMYK 0 0.19 0.16 0.30
HSL 352.73º 0.18% 0.63% -
HSV(B) 352.73º 0.19% 0.7% -
XYZ 33.91 31.89 32.8 -
YUV 155.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 178 145 149 0 0.19 0.16 0.30 352.73 0.18 0.63
Hex B2 91 95 0 13 10 1E 161 12 3F
Octal 262 221 225 0 23 20 36 541 22 77
Binary 10110010 10010001 10010101 0 10011 10000 11110 101100001 10010 111111

Color Harmonies of #B29195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29195

Black with #B29195

Text Example


Text Example

White with #B29195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29195; }

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

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

background-color css

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

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

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

border-color css

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

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

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