Html Css Color HEX #B08594 Viola

📋 copy color: '#B08594'

red 176 ◦ green 133 ◦ blue 148

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

Shades of Viola #B08594

Tints of Viola #B08594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 38.51%
G = 29.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B08594 (or 0xB08594) is known color: Viola. HEX triplet: B0, 85 and 94. RGB value is (176,133,148). Sum of RGB (Red+Green+Blue) = 176+133+148=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08594 is #4F7A6B. Grayscale: #939393. Windows color (decimal): -5208684 or 9733552. OLE color: 9733552.

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

Color convert

RGB 176 133 148 -
CMYK 0 0.24 0.16 0.31
HSL 339.07º 0.21% 0.61% -
HSV(B) 339.07º 0.24% 0.69% -
XYZ 31.64 28.14 31.78 -
YUV 147.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 176 133 148 0 0.24 0.16 0.31 339.07 0.21 0.61
Hex B0 85 94 0 18 10 1F 153 15 3D
Octal 260 205 224 0 30 20 37 523 25 75
Binary 10110000 10000101 10010100 0 11000 10000 11111 101010011 10101 111101

Color Harmonies of #B08594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08594

Black with #B08594

Text Example


Text Example

White with #B08594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08594; }

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

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

background-color css

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

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

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

border-color css

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

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

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