Html Css Color HEX #B38996 Viola

📋 copy color: '#B38996'

red 179 ◦ green 137 ◦ blue 150

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

Shades of Viola #B38996

Tints of Viola #B38996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 38.41%
G = 29.4%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B38996 (or 0xB38996) is known color: Viola. HEX triplet: B3, 89 and 96. RGB value is (179,137,150). Sum of RGB (Red+Green+Blue) = 179+137+150=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B38996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38996 is #4C7669. Grayscale: #979797. Windows color (decimal): -5011050 or 9865651. OLE color: 9865651.

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

Color convert

RGB 179 137 150 -
CMYK 0 0.23 0.16 0.30
HSL 341.43º 0.22% 0.62% -
HSV(B) 341.43º 0.23% 0.7% -
XYZ 33.04 29.68 32.84 -
YUV 151.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 179 137 150 0 0.23 0.16 0.30 341.43 0.22 0.62
Hex B3 89 96 0 17 10 1E 155 16 3E
Octal 263 211 226 0 27 20 36 525 26 76
Binary 10110011 10001001 10010110 0 10111 10000 11110 101010101 10110 111110

Color Harmonies of #B38996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38996

Black with #B38996

Text Example


Text Example

White with #B38996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38996; }

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

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

background-color css

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

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

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

border-color css

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

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

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