Html Css Color HEX #B29095 Viola

📋 copy color: '#B29095'

red 178 ◦ green 144 ◦ blue 149

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

Shades of Viola #B29095

Tints of Viola #B29095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.57%

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

R = 37.79%
G = 30.57%
B = 31.63%

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

#B29095 (or 0xB29095) is known color: Viola. HEX triplet: B2, 90 and 95. RGB value is (178,144,149). Sum of RGB (Red+Green+Blue) = 178+144+149=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29095 is #4D6F6A. Grayscale: #9A9A9A. Windows color (decimal): -5074795 or 9801906. OLE color: 9801906.

HSL color Cylindrical-coordinate representation of color #B29095: hue angle of 351.18º 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 #B29095 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 149 -
CMYK 0 0.19 0.16 0.30
HSL 351.18º 0.18% 0.63% -
HSV(B) 351.18º 0.19% 0.7% -
XYZ 33.76 31.58 32.75 -
YUV 154.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 178 144 149 0 0.19 0.16 0.30 351.18 0.18 0.63
Hex B2 90 95 0 13 10 1E 15F 12 3F
Octal 262 220 225 0 23 20 36 537 22 77
Binary 10110010 10010000 10010101 0 10011 10000 11110 101011111 10010 111111

Color Harmonies of #B29095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29095

Black with #B29095

Text Example


Text Example

White with #B29095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29095; }

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

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

background-color css

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

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

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

border-color css

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

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

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