Html Css Color HEX #B09497 Viola

📋 copy color: '#B09497'

red 176 ◦ green 148 ◦ blue 151

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

Shades of Viola #B09497

Tints of Viola #B09497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 37.05%
G = 31.16%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B09497 (or 0xB09497) is known color: Viola. HEX triplet: B0, 94 and 97. RGB value is (176,148,151). Sum of RGB (Red+Green+Blue) = 176+148+151=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B09497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09497 is #4F6B68. Grayscale: #9C9C9C. Windows color (decimal): -5204841 or 9934000. OLE color: 9934000.

HSL color Cylindrical-coordinate representation of color #B09497: hue angle of 353.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09497 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 151 -
CMYK 0 0.16 0.14 0.31
HSL 353.57º 0.15% 0.64% -
HSV(B) 353.57º 0.16% 0.69% -
XYZ 34.08 32.64 33.78 -
YUV 156.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 176 148 151 0 0.16 0.14 0.31 353.57 0.15 0.64
Hex B0 94 97 0 10 E 1F 162 F 40
Octal 260 224 227 0 20 16 37 542 17 100
Binary 10110000 10010100 10010111 0 10000 1110 11111 101100010 1111 1000000

Color Harmonies of #B09497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09497

Black with #B09497

Text Example


Text Example

White with #B09497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09497; }

 p { color: rgb(176,148,151); }

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

background-color css

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

 a { background-color: rgb(176,148,151); }

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

border-color css

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

 span { border-color: rgb(176,148,151); }

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