Html Css Color HEX #B3A18C Malta

📋 copy color: '#B3A18C'

red 179 ◦ green 161 ◦ blue 140

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

Shades of Malta #B3A18C

Tints of Malta #B3A18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 37.29%
G = 33.54%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3A18C (or 0xB3A18C) is known color: Malta. HEX triplet: B3, A1 and 8C. RGB value is (179,161,140). Sum of RGB (Red+Green+Blue) = 179+161+140=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A18C is #4C5E73. Grayscale: #A4A4A4. Windows color (decimal): -5004916 or 9216435. OLE color: 9216435.

HSL color Cylindrical-coordinate representation of color #B3A18C: hue angle of 32.31º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A18C is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 161 140 -
CMYK 0 0.10 0.22 0.30
HSL 32.31º 0.2% 0.63% -
HSV(B) 32.31º 0.22% 0.7% -
XYZ 36.07 36.97 30.05 -
YUV 163.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 179 161 140 0 0.10 0.22 0.30 32.31 0.2 0.63
Hex B3 A1 8C 0 A 16 1E 20 14 3F
Octal 263 241 214 0 12 26 36 40 24 77
Binary 10110011 10100001 10001100 0 1010 10110 11110 100000 10100 111111

Color Harmonies of #B3A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A18C

Black with #B3A18C

Text Example


Text Example

White with #B3A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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