Html Css Color HEX #B38D94 Viola

📋 copy color: '#B38D94'

red 179 ◦ green 141 ◦ blue 148

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

Shades of Viola #B38D94

Tints of Viola #B38D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 38.25%
G = 30.13%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38D94 (or 0xB38D94) is known color: Viola. HEX triplet: B3, 8D and 94. RGB value is (179,141,148). Sum of RGB (Red+Green+Blue) = 179+141+148=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D94 is #4C726B. Grayscale: #999999. Windows color (decimal): -5010028 or 9735603. OLE color: 9735603.

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

Color convert

RGB 179 141 148 -
CMYK 0 0.21 0.17 0.30
HSL 348.95º 0.2% 0.63% -
HSV(B) 348.95º 0.21% 0.7% -
XYZ 33.46 30.77 32.19 -
YUV 153.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 179 141 148 0 0.21 0.17 0.30 348.95 0.2 0.63
Hex B3 8D 94 0 15 11 1E 15D 14 3F
Octal 263 215 224 0 25 21 36 535 24 77
Binary 10110011 10001101 10010100 0 10101 10001 11110 101011101 10100 111111

Color Harmonies of #B38D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D94

Black with #B38D94

Text Example


Text Example

White with #B38D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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