Html Css Color HEX #B38995 Viola

📋 copy color: '#B38995'

red 179 ◦ green 137 ◦ blue 149

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

Shades of Viola #B38995

Tints of Viola #B38995

RGB

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

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

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

R = 38.49%
G = 29.46%
B = 32.04%

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

#B38995 (or 0xB38995) is known color: Viola. HEX triplet: B3, 89 and 95. RGB value is (179,137,149). Sum of RGB (Red+Green+Blue) = 179+137+149=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B38995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38995 is #4C766A. Grayscale: #969696. Windows color (decimal): -5011051 or 9800115. OLE color: 9800115.

HSL color Cylindrical-coordinate representation of color #B38995: hue angle of 342.86º 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 #B38995 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 149 -
CMYK 0 0.23 0.17 0.30
HSL 342.86º 0.22% 0.62% -
HSV(B) 342.86º 0.23% 0.7% -
XYZ 32.96 29.64 32.42 -
YUV 150.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 179 137 149 0 0.23 0.17 0.30 342.86 0.22 0.62
Hex B3 89 95 0 17 11 1E 157 16 3E
Octal 263 211 225 0 27 21 36 527 26 76
Binary 10110011 10001001 10010101 0 10111 10001 11110 101010111 10110 111110

Color Harmonies of #B38995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38995

Black with #B38995

Text Example


Text Example

White with #B38995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38995; }

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

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

background-color css

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

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

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

border-color css

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

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

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