Html Css Color HEX #B38794 Viola

📋 copy color: '#B38794'

red 179 ◦ green 135 ◦ blue 148

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

Shades of Viola #B38794

Tints of Viola #B38794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

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

R = 38.74%
G = 29.22%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38794 (or 0xB38794) is known color: Viola. HEX triplet: B3, 87 and 94. RGB value is (179,135,148). Sum of RGB (Red+Green+Blue) = 179+135+148=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B38794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38794 is #4C786B. Grayscale: #959595. Windows color (decimal): -5011564 or 9734067. OLE color: 9734067.

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

Color convert

RGB 179 135 148 -
CMYK 0 0.25 0.17 0.30
HSL 342.27º 0.22% 0.62% -
HSV(B) 342.27º 0.25% 0.7% -
XYZ 32.6 29.05 31.91 -
YUV 149.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 179 135 148 0 0.25 0.17 0.30 342.27 0.22 0.62
Hex B3 87 94 0 19 11 1E 156 16 3E
Octal 263 207 224 0 31 21 36 526 26 76
Binary 10110011 10000111 10010100 0 11001 10001 11110 101010110 10110 111110

Color Harmonies of #B38794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38794

Black with #B38794

Text Example


Text Example

White with #B38794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38794; }

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

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

background-color css

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

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

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

border-color css

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

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

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