Html Css Color HEX #B38D90 Viola

📋 copy color: '#B38D90'

red 179 ◦ green 141 ◦ blue 144

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

Shades of Viola #B38D90

Tints of Viola #B38D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 144 (56.64% from 255) = 31.03%

R = 38.58%
G = 30.39%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B38D90 (or 0xB38D90) is known color: Viola. HEX triplet: B3, 8D and 90. RGB value is (179,141,144). Sum of RGB (Red+Green+Blue) = 179+141+144=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D90 is #4C726F. Grayscale: #989898. Windows color (decimal): -5010032 or 9473459. OLE color: 9473459.

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

Color convert

RGB 179 141 144 -
CMYK 0 0.21 0.20 0.30
HSL 355.26º 0.2% 0.63% -
HSV(B) 355.26º 0.21% 0.7% -
XYZ 33.15 30.65 30.55 -
YUV 152.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 179 141 144 0 0.21 0.20 0.30 355.26 0.2 0.63
Hex B3 8D 90 0 15 14 1E 163 14 3F
Octal 263 215 220 0 25 24 36 543 24 77
Binary 10110011 10001101 10010000 0 10101 10100 11110 101100011 10100 111111

Color Harmonies of #B38D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D90

Black with #B38D90

Text Example


Text Example

White with #B38D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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