#B38D93

Color #B38D93 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B38D93

Tints of Viola #B38D93

Color information

#B38D93 (or 0xB38D93) is unknown color: approx Viola. HEX triplet: B3, 8D and 93. RGB value is (179,141,147). Sum of RGB (Red+Green+Blue) = 179+141+147=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D93 is #4C726C. Grayscale: #999999. Windows color (decimal): -5010029 or 9670067. OLE color: 9670067.

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

Color convert

RGB179141147-
CMYK00.210.180.30
HSL350.53º20%62.75%-
HSV(B)350.53º21.23%70.2%-
XYZ33.3830.7431.78-
YUV153.05124.59146.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=38.33%
G=30.19%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914114700.210.180.30350.532062.75
HexB38D93015121E15f143f
Octal26321522302522365372477
Binary101100111000110110010011010101100101111010101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D93; }

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

 H1.HeaderClassName
 {
   color: #B38D93;
 }
 .AnyTagClassName
 {
   color: #B38D93;
 }
</style>
background-color css

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

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

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

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

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

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