Html Css Color HEX #B09499 Viola

📋 copy color: '#B09499'

red 176 ◦ green 148 ◦ blue 153

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

Shades of Viola #B09499

Tints of Viola #B09499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 36.9%
G = 31.03%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B09499 (or 0xB09499) is known color: Viola. HEX triplet: B0, 94 and 99. RGB value is (176,148,153). Sum of RGB (Red+Green+Blue) = 176+148+153=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09499 is #4F6B66. Grayscale: #9C9C9C. Windows color (decimal): -5204839 or 10065072. OLE color: 10065072.

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

Color convert

RGB 176 148 153 -
CMYK 0 0.16 0.13 0.31
HSL 349.29º 0.15% 0.64% -
HSV(B) 349.29º 0.16% 0.69% -
XYZ 34.24 32.71 34.65 -
YUV 156.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 176 148 153 0 0.16 0.13 0.31 349.29 0.15 0.64
Hex B0 94 99 0 10 D 1F 15D F 40
Octal 260 224 231 0 20 15 37 535 17 100
Binary 10110000 10010100 10011001 0 10000 1101 11111 101011101 1111 1000000

Color Harmonies of #B09499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09499

Black with #B09499

Text Example


Text Example

White with #B09499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09499; }

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

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

background-color css

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

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

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

border-color css

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

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

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