Html Css Color HEX #B09398 Viola

📋 copy color: '#B09398'

red 176 ◦ green 147 ◦ blue 152

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

Shades of Viola #B09398

Tints of Viola #B09398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

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

R = 37.05%
G = 30.95%
B = 32%

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

#B09398 (or 0xB09398) is known color: Viola. HEX triplet: B0, 93 and 98. RGB value is (176,147,152). Sum of RGB (Red+Green+Blue) = 176+147+152=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B09398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09398 is #4F6C67. Grayscale: #9C9C9C. Windows color (decimal): -5205096 or 9999280. OLE color: 9999280.

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

Color convert

RGB 176 147 152 -
CMYK 0 0.16 0.14 0.31
HSL 349.66º 0.16% 0.63% -
HSV(B) 349.66º 0.16% 0.69% -
XYZ 34.01 32.36 34.16 -
YUV 156.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 176 147 152 0 0.16 0.14 0.31 349.66 0.16 0.63
Hex B0 93 98 0 10 E 1F 15E 10 3F
Octal 260 223 230 0 20 16 37 536 20 77
Binary 10110000 10010011 10011000 0 10000 1110 11111 101011110 10000 111111

Color Harmonies of #B09398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09398

Black with #B09398

Text Example


Text Example

White with #B09398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09398; }

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

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

background-color css

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

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

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

border-color css

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

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

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