Html Css Color HEX #B38994 Viola

📋 copy color: '#B38994'

red 179 ◦ green 137 ◦ blue 148

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

Shades of Viola #B38994

Tints of Viola #B38994

RGB

 RED value IS 179 (70.31% from 255) = 38.58%

 GREEN value IS 137 (53.91% from 255) = 29.53%

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

R = 38.58%
G = 29.53%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38994 (or 0xB38994) is known color: Viola. HEX triplet: B3, 89 and 94. RGB value is (179,137,148). Sum of RGB (Red+Green+Blue) = 179+137+148=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B38994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38994 is #4C766B. Grayscale: #969696. Windows color (decimal): -5011052 or 9734579. OLE color: 9734579.

HSL color Cylindrical-coordinate representation of color #B38994: hue angle of 344.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38994 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 148 -
CMYK 0 0.23 0.17 0.30
HSL 344.29º 0.22% 0.62% -
HSV(B) 344.29º 0.23% 0.7% -
XYZ 32.88 29.61 32 -
YUV 150.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 179 137 148 0 0.23 0.17 0.30 344.29 0.22 0.62
Hex B3 89 94 0 17 11 1E 158 16 3E
Octal 263 211 224 0 27 21 36 530 26 76
Binary 10110011 10001001 10010100 0 10111 10001 11110 101011000 10110 111110

Color Harmonies of #B38994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38994

Black with #B38994

Text Example


Text Example

White with #B38994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38994; }

 p { color: rgb(179,137,148); }

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

background-color css

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

 a { background-color: rgb(179,137,148); }

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

border-color css

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

 span { border-color: rgb(179,137,148); }

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