Html Css Color HEX #B09DA1 Viola

📋 copy color: '#B09DA1'

red 176 ◦ green 157 ◦ blue 161

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

Shades of Viola #B09DA1

Tints of Viola #B09DA1

RGB

 RED value IS 176 (69.14% from 255) = 35.63%

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 35.63%
G = 31.78%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B09DA1 (or 0xB09DA1) is known color: Viola. HEX triplet: B0, 9D and A1. RGB value is (176,157,161). Sum of RGB (Red+Green+Blue) = 176+157+161=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DA1 is #4F625E. Grayscale: #A3A3A3. Windows color (decimal): -5202527 or 10591664. OLE color: 10591664.

HSL color Cylindrical-coordinate representation of color #B09DA1: hue angle of 347.37º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09DA1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 157 161 -
CMYK 0 0.11 0.09 0.31
HSL 347.37º 0.11% 0.65% -
HSV(B) 347.37º 0.11% 0.69% -
XYZ 36.39 35.92 38.73 -
YUV 163.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 176 157 161 0 0.11 0.09 0.31 347.37 0.11 0.65
Hex B0 9D A1 0 B 9 1F 15B B 41
Octal 260 235 241 0 13 11 37 533 13 101
Binary 10110000 10011101 10100001 0 1011 1001 11111 101011011 1011 1000001

Color Harmonies of #B09DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DA1

Black with #B09DA1

Text Example


Text Example

White with #B09DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DA1; }

 p { color: rgb(176,157,161); }

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

background-color css

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

 a { background-color: rgb(176,157,161); }

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

border-color css

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

 span { border-color: rgb(176,157,161); }

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