Html Css Color HEX #B09498 Viola

📋 copy color: '#B09498'

red 176 ◦ green 148 ◦ blue 152

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

Shades of Viola #B09498

Tints of Viola #B09498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 36.97%
G = 31.09%
B = 31.93%

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

#B09498 (or 0xB09498) is known color: Viola. HEX triplet: B0, 94 and 98. RGB value is (176,148,152). Sum of RGB (Red+Green+Blue) = 176+148+152=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09498 is #4F6B67. Grayscale: #9C9C9C. Windows color (decimal): -5204840 or 9999536. OLE color: 9999536.

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

Color convert

RGB 176 148 152 -
CMYK 0 0.16 0.14 0.31
HSL 351.43º 0.15% 0.64% -
HSV(B) 351.43º 0.16% 0.69% -
XYZ 34.16 32.68 34.21 -
YUV 156.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 176 148 152 0 0.16 0.14 0.31 351.43 0.15 0.64
Hex B0 94 98 0 10 E 1F 15F F 40
Octal 260 224 230 0 20 16 37 537 17 100
Binary 10110000 10010100 10011000 0 10000 1110 11111 101011111 1111 1000000

Color Harmonies of #B09498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09498

Black with #B09498

Text Example


Text Example

White with #B09498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09498; }

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

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

background-color css

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

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

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

border-color css

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

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

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