Html Css Color HEX #B38395 Viola

📋 copy color: '#B38395'

red 179 ◦ green 131 ◦ blue 149

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

Shades of Viola #B38395

Tints of Viola #B38395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 39%
G = 28.54%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38395 (or 0xB38395) is known color: Viola. HEX triplet: B3, 83 and 95. RGB value is (179,131,149). Sum of RGB (Red+Green+Blue) = 179+131+149=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38395 is #4C7C6A. Grayscale: #939393. Windows color (decimal): -5012587 or 9798579. OLE color: 9798579.

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

Color convert

RGB 179 131 149 -
CMYK 0 0.27 0.17 0.30
HSL 337.5º 0.24% 0.61% -
HSV(B) 337.5º 0.27% 0.7% -
XYZ 32.13 27.99 32.14 -
YUV 147.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 179 131 149 0 0.27 0.17 0.30 337.5 0.24 0.61
Hex B3 83 95 0 1B 11 1E 152 18 3D
Octal 263 203 225 0 33 21 36 522 30 75
Binary 10110011 10000011 10010101 0 11011 10001 11110 101010010 11000 111101

Color Harmonies of #B38395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38395

Black with #B38395

Text Example


Text Example

White with #B38395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38395; }

 p { color: rgb(179,131,149); }

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

background-color css

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

 a { background-color: rgb(179,131,149); }

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

border-color css

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

 span { border-color: rgb(179,131,149); }

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