Html Css Color HEX #B3A18D Malta

📋 copy color: '#B3A18D'

red 179 ◦ green 161 ◦ blue 141

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

Shades of Malta #B3A18D

Tints of Malta #B3A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 37.21%
G = 33.47%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3A18D (or 0xB3A18D) is known color: Malta. HEX triplet: B3, A1 and 8D. RGB value is (179,161,141). Sum of RGB (Red+Green+Blue) = 179+161+141=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A18D is #4C5E72. Grayscale: #A4A4A4. Windows color (decimal): -5004915 or 9281971. OLE color: 9281971.

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

Color convert

RGB 179 161 141 -
CMYK 0 0.10 0.21 0.30
HSL 31.58º 0.2% 0.63% -
HSV(B) 31.58º 0.21% 0.7% -
XYZ 36.14 37 30.44 -
YUV 164.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 179 161 141 0 0.10 0.21 0.30 31.58 0.2 0.63
Hex B3 A1 8D 0 A 15 1E 20 14 3F
Octal 263 241 215 0 12 25 36 40 24 77
Binary 10110011 10100001 10001101 0 1010 10101 11110 100000 10100 111111

Color Harmonies of #B3A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A18D

Black with #B3A18D

Text Example


Text Example

White with #B3A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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